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
    StorageDeviceMediumProductType     = 15,
    StorageAdapterRpmbProperty         = 16,
    StorageAdapterCryptoProperty       = 17,
    StorageDeviceIoCapabilityProperty      = 48,
    StorageAdapterProtocolSpecificProperty = 49,
    StorageDeviceProtocolSpecificProperty  = 50,
    StorageAdapterTemperatureProperty      = 51,
    StorageDeviceTemperatureProperty       = 52,
    StorageAdapterPhysicalTopologyProperty = 53,
    StorageDevicePhysicalTopologyProperty  = 54,
    StorageDeviceAttributesProperty    = 55,
    StorageDeviceManagementStatus      = 56,
    StorageAdapterSerialNumberProperty     = 57,
    StorageDeviceLocationProperty      = 58,
    StorageDeviceNumaProperty          = 59,
    StorageDeviceZonedDeviceProperty       = 60,
    StorageDeviceUnsafeShutdownCount       = 61,
    StorageDeviceEnduranceProperty     = 62
}

VB Definition:

Enum STORAGE_PROPERTY_ID
   TODO
End Enum

Notes:

None.

Documentation