|
ReactOS 0.4.16-dev-2615-g89221f5
|
#include <part_gpt.h>

Public Attributes | |
| GUID | PartitionTypeGuid |
| GUID | UniquePartitionGuid |
| UINT64 | StartingLba |
| UINT64 | EndingLba |
| UINT64 | Attributes |
| WCHAR | PartitionName [EFI_PARTITION_NAME_LENGTH] |
Definition at line 53 of file part_gpt.h.
| UINT64 _GPT_PARTITION_ENTRY::Attributes |
Definition at line 59 of file part_gpt.h.
| UINT64 _GPT_PARTITION_ENTRY::EndingLba |
Definition at line 58 of file part_gpt.h.
Referenced by DiskGetGptPartitionEntry(), and UefiGetBootPartitionEntry().
| WCHAR _GPT_PARTITION_ENTRY::PartitionName[EFI_PARTITION_NAME_LENGTH] |
Definition at line 60 of file part_gpt.h.
| GUID _GPT_PARTITION_ENTRY::PartitionTypeGuid |
Definition at line 55 of file part_gpt.h.
Referenced by DiskGetGptPartitionEntry(), and UefiGetBootPartitionEntry().
| UINT64 _GPT_PARTITION_ENTRY::StartingLba |
Definition at line 57 of file part_gpt.h.
Referenced by DiskGetGptPartitionEntry(), and UefiGetBootPartitionEntry().
| GUID _GPT_PARTITION_ENTRY::UniquePartitionGuid |
Definition at line 56 of file part_gpt.h.