.gif)
| Previous | Next |
WPD_STORAGE_TYPE_VALUES
The WPD_STORAGE_TYPE_VALUES enumeration type describes the different Windows Portable Device storage types.
Syntax
typedef enum tagWPD_STORAGE_TYPE_VALUES
{
WPD_STORAGE_TYPE_UNDEFINED = 0,
WPD_STORAGE_TYPE_FIXED_ROM = 1,
WPD_STORAGE_TYPE_REMOVABLE_ROM = 2,
WPD_STORAGE_TYPE_FIXED_RAM = 3,
WPD_STORAGE_TYPE_REMOVABLE_RAM = 4
} WPD_STORAGE_TYPE_VALUES;
Members
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.
Requirements
Header: Defined in PortableDevice.h
See Also
| Previous | Next |