// sffdisk.h
typedef struct _SFFDISK_QUERY_DEVICE_PROTOCOL_DATA {
USHORT Size;
USHORT Reserved;
GUID ProtocolGUID;
} SFFDISK_QUERY_DEVICE_PROTOCOL_DATA, *PSFFDISK_QUERY_DEVICE_PROTOCOL_DATA;
View the official Windows Driver Kit DDI referenceNo description available.
The SFFDISK_QUERY_DEVICE_PROTOCOL_DATA structure is used in conjunction with the IOCTL_SFFDISK_QUERY_DEVICE_PROTOCOL request to report protocol data.
SizeThe size, in bytes, of this structure.
ReservedReserved.
ProtocolGUIDOn output, this member contains a GUID that uniquely identifies the protocol.
IOCTL_SFFDISK_QUERY_DEVICE_PROTOCOL