| xHarbour Reference Documentation > Function Reference |
![]() |
![]() |
![]() |
Releases the lock on the root area of a BLOB file.
BlobRootUnlock() --> NIL
The return value is always NIL.
BlobRootUnlock() releases the a lock previously set with function BlobRootLock(). A lock is required when a BLOB file is open in SHARED mode and the root area of a BLOB file is accessed.
Note: the file Blob.ch must be #included for BlobRootUnlock() to work.
| See also: | BlobRootGet(), BlobRootLock(), BlobRootPut() |
| Category: | Blob functions , Database functions |
| Header: | blob.ch |
| Source: | rdd\dbcmd.c, rdd\dbffpt\dbffpt1.c |
| LIB: | xhb.lib |
| DLL: | xhbdll.dll |
http://www.xHarbour.com