Source position: jwawinioctl.pas line 1423
type _PARTITION_INFORMATION = record  | 
StartingOffset: LARGE_INTEGER;  | 
PartitionLength: LARGE_INTEGER;  | 
HiddenSectors: DWORD;  | 
PartitionNumber: DWORD;  | 
PartitionType: Byte;  | 
BootIndicator: ByteBool;  | 
RecognizedPartition: ByteBool;  | 
RewritePartition: ByteBool;  | 
end;  |