Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
STORAGE_PROPERTY_QUERY (Structures)
.
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
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.
5/5/2021 4:14:15 AM - -213.33.116.175
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.
11/2/2015 12:29:01 PM - anonymous
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.