Source position: jwawinioctl.pas line 1648
type _CREATE_DISK = record
PartitionStyle: PARTITION_STYLE;
case Integer of
0: (
Mbr: CREATE_DISK_MBR;
);
1: (
Gpt: CREATE_DISK_GPT;
end;