MSDN Home > MSDN Library > Storage Devices > Reference > Storage Structures > General Storage Structures |
STORAGE_PROPERTY_ID[This is preliminary documentation and subject to change.] The STORAGE_PROPERTY_ID enumerator values are used in conjunction with the IOCTL_STORAGE_QUERY_PROPERTY request to retrieve the properties of a storage device or adapter. typedef enum _STORAGE_PROPERTY_ID { StorageDeviceProperty = 0, StorageAdapterProperty, StorageDeviceIdProperty } STORAGE_PROPERTY_ID, *PSTORAGE_PROPERTY_ID; Enumerators
HeadersDeclared ntddstor.h. Include ntddstor.h. CommentsEnumerators indicate which properties the caller is querying for. Caller defines the exact nature of an IOCTL_STORAGE_QUERY_PROPERTY request by specifying the query type together with the property ID. See STORAGE_PROPERTY_QUERY for an explanation of how these two values are combined to define the query. See AlsoIOCTL_STORAGE_QUERY_PROPERTY, STORAGE_PROPERTY_QUERY, STORAGE_QUERY_TYPE |
Contact Us | E-Mail this Page | MSDN Flash Newsletter |
© 2003 Microsoft Corporation. All rights reserved. Terms of Use Privacy Statement Accessibility |