ReactOS 0.4.16-dev-2615-g89221f5
_GPT_PARTITION_ENTRY Struct Reference

#include <part_gpt.h>

Collaboration diagram for _GPT_PARTITION_ENTRY:

Public Attributes

GUID PartitionTypeGuid
 
GUID UniquePartitionGuid
 
UINT64 StartingLba
 
UINT64 EndingLba
 
UINT64 Attributes
 
WCHAR PartitionName [EFI_PARTITION_NAME_LENGTH]
 

Detailed Description

Definition at line 53 of file part_gpt.h.

Member Data Documentation

◆ Attributes

UINT64 _GPT_PARTITION_ENTRY::Attributes

Definition at line 59 of file part_gpt.h.

◆ EndingLba

UINT64 _GPT_PARTITION_ENTRY::EndingLba

Definition at line 58 of file part_gpt.h.

Referenced by DiskGetGptPartitionEntry(), and UefiGetBootPartitionEntry().

◆ PartitionName

WCHAR _GPT_PARTITION_ENTRY::PartitionName[EFI_PARTITION_NAME_LENGTH]

Definition at line 60 of file part_gpt.h.

◆ PartitionTypeGuid

GUID _GPT_PARTITION_ENTRY::PartitionTypeGuid

Definition at line 55 of file part_gpt.h.

Referenced by DiskGetGptPartitionEntry(), and UefiGetBootPartitionEntry().

◆ StartingLba

UINT64 _GPT_PARTITION_ENTRY::StartingLba

Definition at line 57 of file part_gpt.h.

Referenced by DiskGetGptPartitionEntry(), and UefiGetBootPartitionEntry().

◆ UniquePartitionGuid

GUID _GPT_PARTITION_ENTRY::UniquePartitionGuid

Definition at line 56 of file part_gpt.h.


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