WPD_SECTION_DATA_UNITS_VALUES enumeration

The WPD_SECTION_DATA_UNITS_VALUES enumeration indicates the units for a referenced section of data.

Syntax

typedef enum WPD_SECTION_DATA_UNITS_VALUES { 
  WPD_SECTION_DATA_UNITS_BYTES         = 0,
  WPD_SECTION_DATA_UNITS_MILLISECONDS  = 1
} ;

Constants

WPD_SECTION_DATA_UNITS_BYTES

The given units are specified in bytes.

WPD_SECTION_DATA_UNITS_MILLISECONDS

The given units are specified in milliseconds.

Requirements

Requirement Value
Header
PortableDevice.h

See also

Structures and Enumeration Types