Source position: jwawinioctl.pas line 1741
type _DRIVE_LAYOUT_INFORMATION_EX = record |
PartitionStyle: DWORD; |
PartitionCount: DWORD; |
Union: record |
case Integer of |
0: ( |
); |
1: ( |
); |
end; |
PartitionEntry: array [0..0] of PARTITION_INFORMATION_EX; |
end; |