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.
Source position: amigados.pas line 877
type tDeviceList = 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; |