[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

TInfoData

General Disk informatons from Info

Declaration

Source position: amigados.pas line 150

type TInfoData = record

  id_NumSoftErrors: LongInt;

  

Number of soft errors on disk

  id_UnitNumber: LongInt;

  

Which unit disk is (was) mounted on

  id_DiskState: LongInt;

  

Disk State (ID_*)

  id_NumBlocks: LongInt;

  

Number of blocks on disk

  id_NumBlocksUsed: LongInt;

  

Number of block in use

  id_BytesPerBlock: LongInt;

  

Number of bytes per block

  id_DiskType: LongInt;

  

Disk type code (ID_*)

  id_VolumeNode: BPTR;

  

Pointer to volume node

  id_InUse: IPTR;

  

If not it use = 0

end;

See also

Info

  

Returns information about the disk


Documentation generated on: 2017-01-10