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
}

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
Find References
Show Printable Version
Revisions