Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#os4units]

tFileLock

Lock structure, as returned by Lock() or DupLock()

Declaration

Source position: amigados.pas line 1617

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;


Documentation generated on: 2021-07-30