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

UnLockRecord64

Release a lock made with LockRecord64().

Declaration

Source position: amigados.pas line 2297

function UnLockRecord64(

  Fh: LongInt;

  Offset: QWord;

  Length: QWord

):LongInt;

Arguments

Fh

  

filehandle the lock was made on

Offset

  

starting position of the lock

Length

  

length of the record in bytes

Description

The length and offset must match the corresponding LockRecord64() call.

See also

LockRecord64

  

Lock a portion of a file for exclusive access.

LockRecords64

  

Lock several records at the same time.

UnLockRecords64

  

Release an array of record locks obtained with LockRecords64().


Documentation generated on: 2021-07-30