Source position: hardblocks.pas line 85
type tRigidDiskBlock = record |
rdb_ID: LongWord; |
rdb_SummedLongs: LongWord; |
rdb_ChkSum: LongWord; |
rdb_HostID: LongWord; |
rdb_BlockBytes: LongWord; |
rdb_Flags: LongWord; |
rdb_BadBlockList: LongWord; |
rdb_PartitionList: LongWord; |
rdb_FileSysHeaderList: LongWord; |
rdb_DriveInit: LongWord; |
rdb_Reserved1: array [0..5] of LongWord; |
rdb_Cylinders: LongWord; |
rdb_Sectors: LongWord; |
rdb_Heads: LongWord; |
rdb_Interleave: LongWord; |
rdb_Park: LongWord; |
rdb_Reserved2: array [0..2] of LongWord; |
rdb_WritePreComp: LongWord; |
rdb_ReducedWrite: LongWord; |
rdb_StepRate: LongWord; |
rdb_Reserved3: array [0..4] of LongWord; |
rdb_RDBBlocksLo: LongWord; |
rdb_RDBBlocksHi: LongWord; |
rdb_LoCylinder: LongWord; |
rdb_HiCylinder: LongWord; |
rdb_CylBlocks: LongWord; |
rdb_AutoParkSeconds: LongWord; |
rdb_Reserved4: array [0..1] of LongWord; |
rdb_DiskVendor: array [0..7] of Char; |
rdb_DiskProduct: array [0..15] of Char; |
rdb_DiskRevision: array [0..3] of Char; |
rdb_ControllerVendor: array [0..7] of Char; |
rdb_ControllerProduct: array [0..15] of Char; |
rdb_ControllerRevision: array [0..3] of Char; |
rdb_DriveInitName: array [0..39] of Char; |
end; |