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

TFileLock

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

Declaration

Source position: amigados.pas line 991

type TFileLock = record

  fl_Link: Pointer;

  

Pointer to next lock

  fl_Key: NativeUInt;

  

Disk block number

  fl_Access: LongInt;

  

Exclusive or share

  fl_Task: PMsgPort;

  

Handler task's port

  fl_Volume: Pointer;

  

Pointer to a DeviceList

end;


Documentation generated on: 2021-07-30