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_PROTOCOL_DATA_DESCRIPTOR (Structures)
.
Summary
C# Definition:
[StructLayout(LayoutKind.Sequential)]
struct STORAGE_PROTOCOL_DATA_DESCRIPTOR
{
public uint Version;
public uint Size;
public STORAGE_PROTOCOL_SPECIFIC_DATA ProtocolSpecificData;
}
VB Definition:
Structure STORAGE_PROTOCOL_DATA_DESCRIPTOR
Public TODO
End Structure
User-Defined Field Types:
STORAGE_PROTOCOL_SPECIFIC_DATA
Notes:
None.
Documentation
Windows applications can use this control code to return the properties of a storage device or adapter.
5/5/2021 11:21:02 PM - -213.33.116.175
Describes protocol-specific device data, provided in the input and output buffer of an [IOCTL_STORAGE_QUERY_PROPERTY] request.
5/5/2021 11:25:23 PM - -213.33.116.175
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.