ReactOS 0.4.15-dev-7788-g1ad9096
PARTITION_TABLE_ENTRY Struct Reference

Public Attributes

UCHAR BootIndicator
 
UCHAR StartHead
 
UCHAR StartSector
 
UCHAR StartCylinder
 
UCHAR SystemIndicator
 
UCHAR EndHead
 
UCHAR EndSector
 
UCHAR EndCylinder
 
ULONG SectorCountBeforePartition
 
ULONG PartitionSectorCount
 

Detailed Description

Definition at line 75 of file parttest.c.

Member Data Documentation

◆ BootIndicator

UCHAR PARTITION_TABLE_ENTRY::BootIndicator

Definition at line 76 of file parttest.c.

◆ EndCylinder

UCHAR PARTITION_TABLE_ENTRY::EndCylinder

Definition at line 83 of file parttest.c.

◆ EndHead

UCHAR PARTITION_TABLE_ENTRY::EndHead

Definition at line 81 of file parttest.c.

◆ EndSector

UCHAR PARTITION_TABLE_ENTRY::EndSector

Definition at line 82 of file parttest.c.

◆ PartitionSectorCount

ULONG PARTITION_TABLE_ENTRY::PartitionSectorCount

Definition at line 85 of file parttest.c.

Referenced by DiskOpen(), and UefiDiskOpen().

◆ SectorCountBeforePartition

ULONG PARTITION_TABLE_ENTRY::SectorCountBeforePartition

Definition at line 84 of file parttest.c.

Referenced by DiskGetMbrPartitionEntry(), DiskOpen(), and UefiDiskOpen().

◆ StartCylinder

UCHAR PARTITION_TABLE_ENTRY::StartCylinder

Definition at line 79 of file parttest.c.

◆ StartHead

UCHAR PARTITION_TABLE_ENTRY::StartHead

Definition at line 77 of file parttest.c.

◆ StartSector

UCHAR PARTITION_TABLE_ENTRY::StartSector

Definition at line 78 of file parttest.c.

◆ SystemIndicator

UCHAR PARTITION_TABLE_ENTRY::SystemIndicator

Definition at line 80 of file parttest.c.

Referenced by GetHarddiskInformation().


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