NAME
    UnLockRecords -- Unlock a list of records (V36)
SYNOPSIS
    success = UnLockRecords(record_array)
    D0                           D1
    BOOL UnLockRecords(struct recordlock *)
FUNCTION
    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.
INPUTS
    record_array - list of records to be unlocked
RESULT
    success      - Success or failure.
BUGS
    See lockrecord()
SEE ALSO
    lockrecords(), lockrecord(), unlockrecord()