MasterBootRecord
MasterBootRecord oldMBR;
MasterBootRecord* newMBR = (MasterBootRecord*)newBootLoader.Buffer();
MasterBootRecord* mbr = (MasterBootRecord*)buffer;
MasterBootRecord oldMBR;
MasterBootRecord* newMBR = (MasterBootRecord*)buffer;
LegacyBootMenu::_CopyPartitionTable(MasterBootRecord* destination,
const MasterBootRecord* source)
LegacyBootMenu::_IsValid(const MasterBootRecord* mbr)
struct MasterBootRecord;
MasterBootRecord* destination,
const MasterBootRecord* source);
bool _IsValid(const MasterBootRecord* mbr);