STORAGE_PROTOCOL_DATA_DESCRIPTOR (Structures)
Last changed: -213.33.116.175

.
Summary
This structure is used in conjunction with IOCTL_STORAGE_QUERY_PROPERTY to return protocol-specific data from a storage device or adapter.

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