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

TRecordLock

Parameter struct for TRecordLock.rec_Mode

Declaration

Source position: amigados.pas line 2096

type TRecordLock = record

  rec_Size: LongWord;

  rec_FH: LongInt;

  

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: 2021-07-30