TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_PARTITION_INFO_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/PartitionInfo.h>

Data Fields

UINT32 Revision
 
UINT32 Type
 
UINT8 System
 
UINT8 Reserved [7]
 
union {
   MBR_PARTITION_RECORD   Mbr
 
   EFI_PARTITION_ENTRY   Gpt
 
Info
 

Detailed Description

Partition Information Protocol structure.

Definition at line 34 of file PartitionInfo.h.

Field Documentation

◆ Gpt

EFI_PARTITION_ENTRY EFI_PARTITION_INFO_PROTOCOL::Gpt

GPT data

Definition at line 56 of file PartitionInfo.h.

◆ Mbr

MBR_PARTITION_RECORD EFI_PARTITION_INFO_PROTOCOL::Mbr

MBR data

Definition at line 52 of file PartitionInfo.h.

◆ Reserved

UINT8 EFI_PARTITION_INFO_PROTOCOL::Reserved[7]

Definition at line 47 of file PartitionInfo.h.

◆ Revision

UINT32 EFI_PARTITION_INFO_PROTOCOL::Revision

Definition at line 38 of file PartitionInfo.h.

◆ System

UINT8 EFI_PARTITION_INFO_PROTOCOL::System

Definition at line 46 of file PartitionInfo.h.

◆ Type

UINT32 EFI_PARTITION_INFO_PROTOCOL::Type

Definition at line 42 of file PartitionInfo.h.


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