ReactOS 0.4.16-dev-2617-g01a0906
_PARTITION_TABLE_ENTRY Struct Reference

#include <part_mbr.h>

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 15 of file part_mbr.h.

Member Data Documentation

◆ BootIndicator

UCHAR _PARTITION_TABLE_ENTRY::BootIndicator

Definition at line 17 of file part_mbr.h.

Referenced by DiskGetActivePartitionEntry().

◆ EndCylinder

UCHAR _PARTITION_TABLE_ENTRY::EndCylinder

Definition at line 25 of file part_mbr.h.

Referenced by FstubWriteBootSectorEFI().

◆ EndHead

UCHAR _PARTITION_TABLE_ENTRY::EndHead

Definition at line 23 of file part_mbr.h.

Referenced by FstubWriteBootSectorEFI().

◆ EndSector

UCHAR _PARTITION_TABLE_ENTRY::EndSector

Definition at line 24 of file part_mbr.h.

Referenced by FstubWriteBootSectorEFI().

◆ PartitionSectorCount

ULONG _PARTITION_TABLE_ENTRY::PartitionSectorCount

Definition at line 27 of file part_mbr.h.

Referenced by FstubWriteBootSectorEFI().

◆ SectorCountBeforePartition

ULONG _PARTITION_TABLE_ENTRY::SectorCountBeforePartition

Definition at line 26 of file part_mbr.h.

Referenced by DiskGetMbrPartitionEntry(), and FstubWriteBootSectorEFI().

◆ StartCylinder

UCHAR _PARTITION_TABLE_ENTRY::StartCylinder

Definition at line 21 of file part_mbr.h.

◆ StartHead

UCHAR _PARTITION_TABLE_ENTRY::StartHead

Definition at line 19 of file part_mbr.h.

◆ StartSector

UCHAR _PARTITION_TABLE_ENTRY::StartSector

Definition at line 20 of file part_mbr.h.

Referenced by FstubWriteBootSectorEFI().

◆ SystemIndicator

UCHAR _PARTITION_TABLE_ENTRY::SystemIndicator

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