_BtUnlock() Function
<< Click to Display Table of Contents >>
_BtUnlock() Function
|
|
Purpose
Unlock records from a file
Prototype
FUNCTION _BtUnlock ( hFile AS PTR, lMulti AS LOGIC, dwRecno AS DWORD, lAll AS LOGIC ) AS LOGIC
Argument(s)
<hFile> | File handle that was returned by _BtOpen |
<lMulti> | Unlock from a file that has multiple records locked |
<dwRecno> | Record number of record to unlock |
<lAll> | Unlock all locked records ? |
Return
LOGIC | Was the unlock operation succesfull. |