iPXE
EFI_PARTITION_INFO_PROTOCOL Struct Reference

Partition Information Protocol structure. More...

#include <PartitionInfo.h>

Data Fields

UINT32 Revision
UINT32 Type
UINT8 System
UINT8 Reserved [7]
union { 
   MBR_PARTITION_RECORD   Mbr 
 MBR data. More...
   EFI_PARTITION_ENTRY   Gpt 
 GPT data. More...
Info

Detailed Description

Partition Information Protocol structure.

Definition at line 36 of file PartitionInfo.h.

Field Documentation

◆ Revision

UINT32 EFI_PARTITION_INFO_PROTOCOL::Revision

Definition at line 40 of file PartitionInfo.h.

◆ Type

UINT32 EFI_PARTITION_INFO_PROTOCOL::Type

Definition at line 44 of file PartitionInfo.h.

◆ System

UINT8 EFI_PARTITION_INFO_PROTOCOL::System

Definition at line 48 of file PartitionInfo.h.

◆ Reserved

UINT8 EFI_PARTITION_INFO_PROTOCOL::Reserved[7]

Definition at line 49 of file PartitionInfo.h.

◆ Mbr

MBR_PARTITION_RECORD EFI_PARTITION_INFO_PROTOCOL::Mbr

MBR data.

Definition at line 54 of file PartitionInfo.h.

◆ Gpt

EFI_PARTITION_ENTRY EFI_PARTITION_INFO_PROTOCOL::Gpt

GPT data.

Definition at line 58 of file PartitionInfo.h.

◆ [union]

union { ... } EFI_PARTITION_INFO_PROTOCOL::Info

The documentation for this struct was generated from the following file: