Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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;
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.
Requirements
| Requirement | Value |
|---|---|
| Header |
|