STORAGE_DESCRIPTOR_HEADER (Structures)
Last changed: -24.226.223.60

.
Summary
Used in conjunction with the IOCTL_STORAGE_QUERY_PROPERTY control code to retrieve the properties of a storage device or adapter.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
struct STORAGE_DESCRIPTOR_HEADER
{
    public uint Version;
    public uint Size;
}

VB Definition:

<System.Runtime.InteropServices.StructLayout(LayoutKind.Sequential)> _
Public Structure STORAGE_DESCRIPTOR_HEADER
     Public Version As UInteger
     Public Size As UInteger
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation