|
XenevaOS
|
#include <PartitionInfo.h>

Public Attributes | ||
| UINT32 | Revision | |
| UINT32 | Type | |
| UINT8 | System | |
| UINT8 | Reserved [7] | |
| union { | ||
| MBR_PARTITION_RECORD Mbr | ||
| EFI_PARTITION_ENTRY Gpt | ||
| } | Info | |
Partition Information Protocol structure.
| EFI_PARTITION_ENTRY EFI_PARTITION_INFO_PROTOCOL::Gpt |
GPT data
| union { ... } EFI_PARTITION_INFO_PROTOCOL::Info |
| MBR_PARTITION_RECORD EFI_PARTITION_INFO_PROTOCOL::Mbr |
MBR data
| UINT8 EFI_PARTITION_INFO_PROTOCOL::Reserved[7] |
| UINT32 EFI_PARTITION_INFO_PROTOCOL::Revision |
| UINT8 EFI_PARTITION_INFO_PROTOCOL::System |
| UINT32 EFI_PARTITION_INFO_PROTOCOL::Type |