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

TRecordLock

Parameter struct for TRecordLock.rec_Mode

Declaration

Source position: amigados.pas line 1101

type TRecordLock = packed record

  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