ReactOS 0.4.15-dev-7934-g1dc8d80
_PARTITION_TABLE_ENTRY Struct Reference

#include <disk.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 53 of file disk.h.

Member Data Documentation

◆ BootIndicator

UCHAR _PARTITION_TABLE_ENTRY::BootIndicator

Definition at line 55 of file disk.h.

Referenced by DiskGetActivePartitionEntry().

◆ EndCylinder

UCHAR _PARTITION_TABLE_ENTRY::EndCylinder

Definition at line 63 of file disk.h.

Referenced by FstubWriteBootSectorEFI().

◆ EndHead

UCHAR _PARTITION_TABLE_ENTRY::EndHead

Definition at line 61 of file disk.h.

Referenced by FstubWriteBootSectorEFI().

◆ EndSector

UCHAR _PARTITION_TABLE_ENTRY::EndSector

Definition at line 62 of file disk.h.

Referenced by FstubWriteBootSectorEFI().

◆ PartitionSectorCount

ULONG _PARTITION_TABLE_ENTRY::PartitionSectorCount

Definition at line 65 of file disk.h.

Referenced by FstubWriteBootSectorEFI().

◆ SectorCountBeforePartition

ULONG _PARTITION_TABLE_ENTRY::SectorCountBeforePartition

Definition at line 64 of file disk.h.

Referenced by FstubWriteBootSectorEFI().

◆ StartCylinder

UCHAR _PARTITION_TABLE_ENTRY::StartCylinder

Definition at line 59 of file disk.h.

◆ StartHead

UCHAR _PARTITION_TABLE_ENTRY::StartHead

Definition at line 57 of file disk.h.

◆ StartSector

UCHAR _PARTITION_TABLE_ENTRY::StartSector

Definition at line 58 of file disk.h.

Referenced by FstubWriteBootSectorEFI().

◆ SystemIndicator

UCHAR _PARTITION_TABLE_ENTRY::SystemIndicator

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