Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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.

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
 

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!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions