ReactOS 0.4.16-dev-1946-g52006dd
_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 39 of file disk.h.

Member Data Documentation

◆ BootIndicator

UCHAR _PARTITION_TABLE_ENTRY::BootIndicator

Definition at line 41 of file disk.h.

Referenced by DiskGetActivePartitionEntry().

◆ EndCylinder

UCHAR _PARTITION_TABLE_ENTRY::EndCylinder

Definition at line 49 of file disk.h.

Referenced by FstubWriteBootSectorEFI().

◆ EndHead

UCHAR _PARTITION_TABLE_ENTRY::EndHead

Definition at line 47 of file disk.h.

Referenced by FstubWriteBootSectorEFI().

◆ EndSector

UCHAR _PARTITION_TABLE_ENTRY::EndSector

Definition at line 48 of file disk.h.

Referenced by FstubWriteBootSectorEFI().

◆ PartitionSectorCount

ULONG _PARTITION_TABLE_ENTRY::PartitionSectorCount

Definition at line 51 of file disk.h.

Referenced by FstubWriteBootSectorEFI().

◆ SectorCountBeforePartition

ULONG _PARTITION_TABLE_ENTRY::SectorCountBeforePartition

Definition at line 50 of file disk.h.

Referenced by FstubWriteBootSectorEFI().

◆ StartCylinder

UCHAR _PARTITION_TABLE_ENTRY::StartCylinder

Definition at line 45 of file disk.h.

◆ StartHead

UCHAR _PARTITION_TABLE_ENTRY::StartHead

Definition at line 43 of file disk.h.

◆ StartSector

UCHAR _PARTITION_TABLE_ENTRY::StartSector

Definition at line 44 of file disk.h.

Referenced by FstubWriteBootSectorEFI().

◆ SystemIndicator

UCHAR _PARTITION_TABLE_ENTRY::SystemIndicator

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