mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 04:12:09 +00:00
- Sync STORAGE_PROPERTY_ID enum with WDK.
svn path=/trunk/; revision=32646
This commit is contained in:
parent
c74b0b6ad8
commit
be3386232b
1 changed files with 5 additions and 1 deletions
|
@ -308,7 +308,11 @@ typedef struct _STORAGE_PREDICT_FAILURE {
|
||||||
typedef enum _STORAGE_PROPERTY_ID {
|
typedef enum _STORAGE_PROPERTY_ID {
|
||||||
StorageDeviceProperty = 0,
|
StorageDeviceProperty = 0,
|
||||||
StorageAdapterProperty,
|
StorageAdapterProperty,
|
||||||
StorageDeviceIdProperty
|
StorageDeviceIdProperty,
|
||||||
|
StorageDeviceUniqueIdProperty,
|
||||||
|
StorageDeviceWriteCacheProperty,
|
||||||
|
StorageMiniportProperty,
|
||||||
|
StorageAccessAlignmentProperty
|
||||||
} STORAGE_PROPERTY_ID, *PSTORAGE_PROPERTY_ID;
|
} STORAGE_PROPERTY_ID, *PSTORAGE_PROPERTY_ID;
|
||||||
|
|
||||||
typedef enum _STORAGE_QUERY_TYPE {
|
typedef enum _STORAGE_QUERY_TYPE {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue