_BtUnlock() Function

 

<< Click to Display Table of Contents >>

Navigation:  Low Level Functions >

 

_BtUnlock() Function

 

Previous pageReturn to chapter overviewNext page

 

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

 

 

LOGICWas the unlock operation succesfull.