Lock structure, as returned by Lock() or DupLock()
Source position: amigados.pas line 783
type TFileLock = packed 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; |