WPD_SECTION_DATA_UNITS_VALUES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-portabledevice-tagwpd_section_data_units_values)

tagWPD_SECTION_DATA_UNITS_VALUES enumeration

Description

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

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.

See also

Structures and Enumeration Types