Source position: amigados.pas line 151
type TInfoData = packed record |
id_NumSoftErrors: LongInt; |
id_UnitNumber: LongInt; |
id_DiskState: LongInt; |
id_NumBlocks: LongInt; |
id_NumBlocksUsed: LongInt; |
id_BytesPerBlock: LongInt; |
id_DiskType: LongInt; |
id_VolumeNode: BPTR; |
id_InUse: LongInt; |
end; |