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.