Source position: jwawinioctl.pas line 1531
type _PARTITION_INFORMATION_GPT = record
PartitionType: GUID;
PartitionId: GUID;
Attributes: DWORD64;
Name: array [0..35] of WCHAR;
end;