[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

TFileLock

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

Declaration

Source position: amigados.pas line 1006

type TFileLock = record

  fl_Link: BPTR;

  

Pointer to next lock

  fl_Key: IPTR;

  

Disk block number

  fl_Access: LongInt;

  

Exclusive or share

  fl_Task: PMsgPort;

  

Handler task's port

  fl_Volume: BPTR;

  

Pointer to a DeviceList

end;


Documentation generated on: 2017-01-10