NTSTATUS
FstubCreateDiskEFI(
IN PDEVICE_OBJECT DeviceObject,
IN PCREATE_DISK_GPT DiskInfo
);
Routine Description:
Lay down an empty EFI partition table on a virgin disk.
Arguments:
DeviceObject - The device object describing the drive.
Layout - The EFI disk layout information.
Return Values:
NTSTATUS code.