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

TRecordLock

Parameter struct for TRecordLock.rec_Mode

Declaration

Source position: amigados.pas line 1361

type TRecordLock = record

  rec_FH: BPTR;

  

Filehandle

  rec_Offset: LongWord;

  

Offset in file

  rec_Length: LongWord;

  

Length of file to be locked

  rec_Mode: LongWord;

  

Type of lock (REC_*)

end;


Documentation generated on: 2017-01-10