|
ReactOS 0.4.16-dev-2617-g01a0906
|
#include <part_mbr.h>

Public Attributes | |
| UCHAR | MasterBootRecordCodeAndData [0x1b8] |
| ULONG | Signature |
| USHORT | Reserved |
| PARTITION_TABLE_ENTRY | PartitionTable [4] |
| USHORT | MasterBootRecordMagic |
Definition at line 34 of file part_mbr.h.
| UCHAR _MASTER_BOOT_RECORD::MasterBootRecordCodeAndData |
Definition at line 36 of file part_mbr.h.
| USHORT _MASTER_BOOT_RECORD::MasterBootRecordMagic |
Definition at line 40 of file part_mbr.h.
Referenced by CheckAgainstMBR(), DiskInitialize(), FstubCreateDiskMBR(), FstubCreateDiskRaw(), FstubWriteBootSectorEFI(), and IoReadPartitionTable().
| PARTITION_TABLE_ENTRY _MASTER_BOOT_RECORD::PartitionTable |
Definition at line 39 of file part_mbr.h.
Referenced by FstubCreateDiskMBR(), FstubCreateDiskRaw(), FstubWriteBootSectorEFI(), and IoReadPartitionTable().
| USHORT _MASTER_BOOT_RECORD::Reserved |
Definition at line 38 of file part_mbr.h.
| ULONG _MASTER_BOOT_RECORD::Signature |
Definition at line 37 of file part_mbr.h.
Referenced by DiskInitialize(), FstubCreateDiskMBR(), FstubCreateDiskRaw(), FstubWriteBootSectorEFI(), and IoReadPartitionTable().