Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
STORAGE_PROPERTY_ID (Enums)
.
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.
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
StorageDeviceResiliencyProperty = 14 // 0xE
}
VB Definition:
Enum STORAGE_PROPERTY_ID
TODO
End Enum
Notes:
None.
Documentation
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!