SFFDISK_QUERY_DEVICE_PROTOCOL_DATA structure (sffdisk.h)

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

Syntax

typedef struct _SFFDISK_QUERY_DEVICE_PROTOCOL_DATA {
  USHORT Size;
  USHORT Reserved;
  GUID   ProtocolGUID;
} SFFDISK_QUERY_DEVICE_PROTOCOL_DATA, *PSFFDISK_QUERY_DEVICE_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.

Requirements

Requirement Value
Header sffdisk.h

See also

IOCTL_SFFDISK_QUERY_DEVICE_PROTOCOL