xHarbour Reference Documentation > Function Reference |
Releases a dynamically loaded xHarbour DLL from memory.
LibFree( <pDllHandle> ) --> lSuccess
The function returns a logical value indicating a successful operation.
Function LibFree() releases a DLL previously loaded with LibLoad() from memory. When the function is successful, it returns .T. (true) and the pointer <pDllHandle> of the xHarbour DLL can no longer be used.
See also: | HB_LibDo(), LibLoad(), FreeLibrary() |
Category: | DLL functions , xHarbour extensions |
Source: | vm\dynlibhb.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com