Lock structure, as returned by Lock() or DupLock()
Source position: amigados.pas line 1040
type tFileLock = record |
||
fl_Link: LongInt; |
|
Pointer to next lock |
fl_Key: LongInt; |
|
Disk block number |
fl_Access: LongInt; |
|
Exclusive or share |
fl_Task: pMsgPort; |
|
Handler task's port |
fl_Volume: LongInt; |
|
Pointer to a DeviceList |
end; |