NTSTATUS
FstubCreateDiskMBR(
IN PDEVICE_OBJECT DeviceObject,
IN PCREATE_DISK_MBR DiskInfo
);
Routine Description:
Create an empty MBR partition table on the disk. Note
that when creating an empty MBR disk, we do not overwrite
the bootstrapping code at the beginning of the MBR.
Arguments:
DeviceObject - The device that should
Return Value:
NTSTATUS code