xHarbour Reference Documentation > Function Reference |
Releases a dynamically loaded external DLL from memory.
DllUnload( <nDllHandle> ) --> lSuccess
The function returns a logical value inidcating a successful operation.
Function DllUnload() is a synonym for FreeLibrary(). Refer to FreeLibrary().
See also: | FreeLibrary() |
Category: | DLL functions , xHarbour extensions |
Source: | rtl\dllcall.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com