ReactOS 0.4.16-dev-91-g764881a
|
Public Attributes | |
UCHAR | MasterBootRecordCodeAndData [0x1B8] |
ULONG | Signature |
USHORT | Reserved |
PARTITION_TABLE_ENTRY | PartitionTable [4] |
USHORT | MasterBootRecordMagic |
Definition at line 88 of file parttest.c.
UCHAR MASTER_BOOT_RECORD::MasterBootRecordCodeAndData[0x1B8] |
Definition at line 89 of file parttest.c.
USHORT MASTER_BOOT_RECORD::MasterBootRecordMagic |
Definition at line 93 of file parttest.c.
PARTITION_TABLE_ENTRY MASTER_BOOT_RECORD::PartitionTable[4] |
Definition at line 92 of file parttest.c.
Referenced by DiskDetectPartitionType(), DiskGetActivePartitionEntry(), and DiskGetMbrPartitionEntry().
USHORT MASTER_BOOT_RECORD::Reserved |
Definition at line 91 of file parttest.c.
ULONG MASTER_BOOT_RECORD::Signature |
Definition at line 90 of file parttest.c.