Unit 'AmigaDOS' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

TFileLock

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

Declaration

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;


Documentation generated on: 2021-07-30