// portabledevice.h
typedef enum tagWPD_SECTION_DATA_UNITS_VALUES {
WPD_SECTION_DATA_UNITS_BYTES,
WPD_SECTION_DATA_UNITS_MILLISECONDS
} WPD_SECTION_DATA_UNITS_VALUES;
View the official Windows Driver Kit DDI referenceNo description available.
The WPD_SECTION_DATA_UNITS_VALUES enumeration indicates the units for a referenced section of data.
WPD_SECTION_DATA_UNITS_BYTESThe given units are specified in bytes.
WPD_SECTION_DATA_UNITS_MILLISECONDSThe given units are specified in milliseconds.
Structures and Enumeration Types