Source position: jwawinioctl.pas line 1830
type _DISK_PARTITION_INFO = record
SizeOfPartitionInfo: DWORD;
PartitionStyle: PARTITION_STYLE;
case Integer of
0: (
Signature: DWORD;
CheckSum: DWORD;
);
1: (
DiskId: GUID;
end;