|
ReactOS 0.4.16-dev-2206-gc56950d
|

Public Attributes | |
| EFI_GUID | PartitionTypeGuid |
| EFI_GUID | UniquePartitionGuid |
| UINT64 | StartingLba |
| UINT64 | EndingLba |
| UINT64 | Attributes |
| CHAR16 | PartitionName [EFI_PARTITION_NAME_LENGTH] |
Definition at line 61 of file uefidisk.c.
| UINT64 _GPT_PARTITION_ENTRY::Attributes |
Definition at line 67 of file uefidisk.c.
| UINT64 _GPT_PARTITION_ENTRY::EndingLba |
Definition at line 66 of file uefidisk.c.
Referenced by UefiGetBootPartitionEntry(), and UefiGetGptPartitionEntry().
| CHAR16 _GPT_PARTITION_ENTRY::PartitionName[EFI_PARTITION_NAME_LENGTH] |
Definition at line 68 of file uefidisk.c.
| EFI_GUID _GPT_PARTITION_ENTRY::PartitionTypeGuid |
Definition at line 63 of file uefidisk.c.
Referenced by UefiGetBootPartitionEntry(), and UefiGetGptPartitionEntry().
| UINT64 _GPT_PARTITION_ENTRY::StartingLba |
Definition at line 65 of file uefidisk.c.
Referenced by UefiGetBootPartitionEntry(), and UefiGetGptPartitionEntry().
| EFI_GUID _GPT_PARTITION_ENTRY::UniquePartitionGuid |
Definition at line 64 of file uefidisk.c.