Unit 'AmigaDOS' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

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 657

type TDeviceList = packed record

  dl_Next: LongInt;

  

Pointer to next device list

  dl_Type: LongInt;

  

Type of record (DLT_*)

  dl_Task: PMsgPort;

  

Pointer to handler task

  dl_Lock: LongInt;

  

not for volumes

  dl_VolumeDate: TDateStamp;

  

Creation date

  dl_LockList: LongInt;

  

Outstanding locks

  dl_DiskType: LongInt;

  

'DOS', etc

  dl_unused: LongInt;

  

  dl_Name: LongInt;

  

Name of device

end;


Documentation generated on: 2021-07-30