[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
Used with DeviceIoControl with control flag IOCTL_STORAGE_QUERY_PROPERTY.
const int IOCTL_STORAGE_QUERY_PROPERTY = 0x2D1400;
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.
11/2/2015 12:40:02 PM - Polymaker-24.226.223.60
Used by the STORAGE_PROPERTY_QUERY structure passed to the IOCTL_STORAGE_QUERY_PROPERTY control code to indicate what information is returned about a property of a storage device or adapter.