Docs » Autodocs » dos.library » UnLockRecords
UnLockRecords -- Unlock a list of records (V36)
success = UnLockRecords(record_array) D0 D1 BOOL UnLockRecords(struct RecordLock *)
This releases an array of record locks obtained using LockRecords. You should NOT modify the record_array while you have the records locked. Every LockRecords() call must be balanced with an UnLockRecords() call.
record_array - List of records to be unlocked
success - Success or failure.
See LockRecord()
LockRecords(), LockRecord(), UnLockRecord()
|