SFFDISK_QUERY_DEVICE_PROTOCOL_DATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-sffdisk-sffdisk_query_device_protocol_data)

Description

The SFFDISK_QUERY_DEVICE_PROTOCOL_DATA structure is used in conjunction with the IOCTL_SFFDISK_QUERY_DEVICE_PROTOCOL request to report protocol data.

Members

Size

The size, in bytes, of this structure.

Reserved

Reserved.

ProtocolGUID

On output, this member contains a GUID that uniquely identifies the protocol.

See also

IOCTL_SFFDISK_QUERY_DEVICE_PROTOCOL