ReactOS 0.4.15-dev-7953-g1f49173
MASTER_BOOT_RECORD Struct Reference
Collaboration diagram for MASTER_BOOT_RECORD:

Public Attributes

UCHAR MasterBootRecordCodeAndData [0x1B8]
 
ULONG Signature
 
USHORT Reserved
 
PARTITION_TABLE_ENTRY PartitionTable [4]
 
USHORT MasterBootRecordMagic
 

Detailed Description

Definition at line 88 of file parttest.c.

Member Data Documentation

◆ MasterBootRecordCodeAndData

UCHAR MASTER_BOOT_RECORD::MasterBootRecordCodeAndData[0x1B8]

Definition at line 89 of file parttest.c.

◆ MasterBootRecordMagic

USHORT MASTER_BOOT_RECORD::MasterBootRecordMagic

Definition at line 93 of file parttest.c.

◆ PartitionTable

PARTITION_TABLE_ENTRY MASTER_BOOT_RECORD::PartitionTable[4]

◆ Reserved

USHORT MASTER_BOOT_RECORD::Reserved

Definition at line 91 of file parttest.c.

◆ Signature

ULONG MASTER_BOOT_RECORD::Signature

Definition at line 90 of file parttest.c.


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