MSDN Home >  MSDN Library >  Storage Devices >  Reference >  Storage Structures >  General Storage Structures
 
Storage Devices: Windows DDK

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

StorageDeviceProperty
Indicates that the caller is querying for the device descriptor.
StorageAdapterProperty
Indicates that the caller is querying for the adapter descriptor.
StorageDeviceIdProperty
Indicates that the caller is querying for the device identifiers provided with the SCSI vital product data pages.

Headers

Declared ntddstor.h. Include ntddstor.h.

Comments

Enumerators 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 Also

IOCTL_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