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

TDeviceList

This structure can take on different values depending on whether it is a device, an assigned directory, or a volume. This structure representing a volume.

Declaration

Source position: amigados.pas line 841

type TDeviceList = record

  dl_Next: BPTR;

  

Pointer to next device list

  dl_Type: LongInt;

  

Type of record (DLT_*)

  dl_Task: PMsgPort;

  

Pointer to handler task

  dl_Lock: BPTR;

  

not for volumes

  dl_VolumeDate: TDateStamp;

  

Creation date

  dl_LockList: BPTR;

  

Outstanding locks

  dl_DiskType: LongInt;

  

'DOS', etc

  dl_unused: BPTR;

  

  dl_Name: BSTR;

  

Name of device

  dl_Reserved: array [0..5] of IPTR;

  dl_AROS: TDosListAROSExt;

end;


Documentation generated on: 2017-01-10