STORAGE_PROPERTY_QUERY (Structures)
Last changed: Polymaker-24.226.223.60

.
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