ReactOS 0.4.16-dev-2206-gc56950d
_GPT_PARTITION_ENTRY Struct Reference
Collaboration diagram for _GPT_PARTITION_ENTRY:

Public Attributes

EFI_GUID PartitionTypeGuid
 
EFI_GUID UniquePartitionGuid
 
UINT64 StartingLba
 
UINT64 EndingLba
 
UINT64 Attributes
 
CHAR16 PartitionName [EFI_PARTITION_NAME_LENGTH]
 

Detailed Description

Definition at line 61 of file uefidisk.c.

Member Data Documentation

◆ Attributes

UINT64 _GPT_PARTITION_ENTRY::Attributes

Definition at line 67 of file uefidisk.c.

◆ EndingLba

UINT64 _GPT_PARTITION_ENTRY::EndingLba

Definition at line 66 of file uefidisk.c.

Referenced by UefiGetBootPartitionEntry(), and UefiGetGptPartitionEntry().

◆ PartitionName

CHAR16 _GPT_PARTITION_ENTRY::PartitionName[EFI_PARTITION_NAME_LENGTH]

Definition at line 68 of file uefidisk.c.

◆ PartitionTypeGuid

EFI_GUID _GPT_PARTITION_ENTRY::PartitionTypeGuid

Definition at line 63 of file uefidisk.c.

Referenced by UefiGetBootPartitionEntry(), and UefiGetGptPartitionEntry().

◆ StartingLba

UINT64 _GPT_PARTITION_ENTRY::StartingLba

Definition at line 65 of file uefidisk.c.

Referenced by UefiGetBootPartitionEntry(), and UefiGetGptPartitionEntry().

◆ UniquePartitionGuid

EFI_GUID _GPT_PARTITION_ENTRY::UniquePartitionGuid

Definition at line 64 of file uefidisk.c.


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