STORAGE_PROPERTY_ID (Enums)
Last changed: -213.33.116.175

.
Summary
Enumerates the possible values of the PropertyId member of the STORAGE_PROPERTY_QUERY structure passed as input to the IOCTL_STORAGE_QUERY_PROPERTY request to retrieve the properties of a storage device or adapter.

C# Definition:

enum STORAGE_PROPERTY_ID
{
    StorageDeviceProperty          = 0,
    StorageAdapterProperty         = 1,
    StorageDeviceIdProperty        = 2,
    StorageDeviceUniqueIdProperty      = 3,
    StorageDeviceWriteCacheProperty    = 4,
    StorageMiniportProperty        = 5,
    StorageAccessAlignmentProperty     = 6,
    StorageDeviceSeekPenaltyProperty       = 7,
    StorageDeviceTrimProperty          = 8,
    StorageDeviceWriteAggregationProperty  = 9,
    StorageDeviceDeviceTelemetryProperty   = 10, // 0xA
    StorageDeviceLBProvisioningProperty    = 11, // 0xB
    StorageDevicePowerProperty         = 12, // 0xC
    StorageDeviceCopyOffloadProperty       = 13, // 0xD
    StorageDeviceResiliencyProperty    = 14 // 0xE
}

VB Definition:

Enum STORAGE_PROPERTY_ID
   TODO
End Enum

Notes:

None.

Documentation