ReactOS 0.4.16-dev-2615-g89221f5
_GPT_TABLE_HEADER Struct Reference

#include <part_gpt.h>

Collaboration diagram for _GPT_TABLE_HEADER:

Public Attributes

CHAR Signature [8]
 
UINT32 Revision
 
UINT32 HeaderSize
 
UINT32 HeaderCrc32
 
UINT32 Reserved
 
UINT64 MyLba
 
UINT64 AlternateLba
 
UINT64 FirstUsableLba
 
UINT64 LastUsableLba
 
GUID DiskGuid
 
UINT64 PartitionEntryLba
 
UINT32 NumberOfPartitionEntries
 
UINT32 SizeOfPartitionEntry
 
UINT32 PartitionEntryArrayCrc32
 

Detailed Description

Definition at line 33 of file part_gpt.h.

Member Data Documentation

◆ AlternateLba

UINT64 _GPT_TABLE_HEADER::AlternateLba

Definition at line 41 of file part_gpt.h.

◆ DiskGuid

GUID _GPT_TABLE_HEADER::DiskGuid

Definition at line 44 of file part_gpt.h.

Referenced by DiskInitialize().

◆ FirstUsableLba

UINT64 _GPT_TABLE_HEADER::FirstUsableLba

Definition at line 42 of file part_gpt.h.

◆ HeaderCrc32

UINT32 _GPT_TABLE_HEADER::HeaderCrc32

Definition at line 38 of file part_gpt.h.

◆ HeaderSize

UINT32 _GPT_TABLE_HEADER::HeaderSize

Definition at line 37 of file part_gpt.h.

◆ LastUsableLba

UINT64 _GPT_TABLE_HEADER::LastUsableLba

Definition at line 43 of file part_gpt.h.

◆ MyLba

UINT64 _GPT_TABLE_HEADER::MyLba

Definition at line 40 of file part_gpt.h.

◆ NumberOfPartitionEntries

UINT32 _GPT_TABLE_HEADER::NumberOfPartitionEntries

Definition at line 46 of file part_gpt.h.

Referenced by DiskGetGptPartitionEntry(), and UefiGetBootPartitionEntry().

◆ PartitionEntryArrayCrc32

UINT32 _GPT_TABLE_HEADER::PartitionEntryArrayCrc32

Definition at line 48 of file part_gpt.h.

◆ PartitionEntryLba

UINT64 _GPT_TABLE_HEADER::PartitionEntryLba

Definition at line 45 of file part_gpt.h.

Referenced by DiskGetGptPartitionEntry(), and UefiGetBootPartitionEntry().

◆ Reserved

UINT32 _GPT_TABLE_HEADER::Reserved

Definition at line 39 of file part_gpt.h.

◆ Revision

UINT32 _GPT_TABLE_HEADER::Revision

Definition at line 36 of file part_gpt.h.

◆ Signature

CHAR _GPT_TABLE_HEADER::Signature[8]

Definition at line 35 of file part_gpt.h.

◆ SizeOfPartitionEntry

UINT32 _GPT_TABLE_HEADER::SizeOfPartitionEntry

Definition at line 47 of file part_gpt.h.

Referenced by DiskGetGptPartitionEntry(), and UefiGetBootPartitionEntry().


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