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_QUERY (Structures)
 
.
Summary
Indicates the properties of a storage device or adapter to retrieve as the input buffer passed to the IOCTL_STORAGE_QUERY_PROPERTY control code.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
struct STORAGE_PROPERTY_QUERY
{
    public STORAGE_PROPERTY_ID PropertyId;
    public STORAGE_QUERY_TYPE QueryType;
    public byte[] AdditionalParameters;
}

VB Definition:

Structure STORAGE_PROPERTY_QUERY
   Public TODO
End Structure

User-Defined Field Types:

STORAGE_PROPERTY_ID, STORAGE_QUERY_TYPE

Notes:

Used with DeviceIoControl with control flag IOCTL_STORAGE_QUERY_PROPERTY.

const int IOCTL_STORAGE_QUERY_PROPERTY  = 0x2D1400;

Documentation

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

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