ReactOS 0.4.15-dev-8612-g0707475
|
#include <disk.h>
UCHAR _PARTITION_TABLE_ENTRY::BootIndicator |
Definition at line 55 of file disk.h.
Referenced by DiskGetActivePartitionEntry().
UCHAR _PARTITION_TABLE_ENTRY::EndCylinder |
Definition at line 63 of file disk.h.
Referenced by FstubWriteBootSectorEFI().
UCHAR _PARTITION_TABLE_ENTRY::EndHead |
Definition at line 61 of file disk.h.
Referenced by FstubWriteBootSectorEFI().
UCHAR _PARTITION_TABLE_ENTRY::EndSector |
Definition at line 62 of file disk.h.
Referenced by FstubWriteBootSectorEFI().
ULONG _PARTITION_TABLE_ENTRY::PartitionSectorCount |
Definition at line 65 of file disk.h.
Referenced by FstubWriteBootSectorEFI().
ULONG _PARTITION_TABLE_ENTRY::SectorCountBeforePartition |
Definition at line 64 of file disk.h.
Referenced by FstubWriteBootSectorEFI().
UCHAR _PARTITION_TABLE_ENTRY::StartSector |
Definition at line 58 of file disk.h.
Referenced by FstubWriteBootSectorEFI().
UCHAR _PARTITION_TABLE_ENTRY::SystemIndicator |
Definition at line 60 of file disk.h.
Referenced by DiskDetectPartitionType(), DiskGetActivePartitionEntry(), DiskGetMbrPartitionEntry(), FstubWriteBootSectorEFI(), and IoReadPartitionTable().