WPD_STORAGE_TYPE_VALUES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// portabledevice.h

typedef enum tagWPD_STORAGE_TYPE_VALUES {
  WPD_STORAGE_TYPE_UNDEFINED,
  WPD_STORAGE_TYPE_FIXED_ROM,
  WPD_STORAGE_TYPE_REMOVABLE_ROM,
  WPD_STORAGE_TYPE_FIXED_RAM,
  WPD_STORAGE_TYPE_REMOVABLE_RAM
} WPD_STORAGE_TYPE_VALUES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

tagWPD_STORAGE_TYPE_VALUES enumeration

Description

The WPD_STORAGE_TYPE_VALUES enumeration type describes the different Windows Portable Devices storage types.

Constants

WPD_STORAGE_TYPE_UNDEFINED

The storage is of an undefined type.

WPD_STORAGE_TYPE_FIXED_ROM

The storage is non-removable and read-only.

WPD_STORAGE_TYPE_REMOVABLE_ROM

The storage is removable and is read-only.

WPD_STORAGE_TYPE_FIXED_RAM

The storage is non-removable and is read/write capable.

WPD_STORAGE_TYPE_REMOVABLE_RAM

The storage is removable and is read/write capable.

Remarks

None.

See also

Structures and Enumeration Types