NTSTATUS
FstubCreateDiskRaw(
IN PDEVICE_OBJECT DeviceObject
);
Routine Description:
Erase all partition information from the disk.
Arguments:
DeviceObject - Device object representing a disk to remove
partition table from.
Return Value:
NTSTATUS code.