xHarbour Reference Documentation > Function Reference |
Loads a DLL file into memory.
DllLoad( <cDLLFileName> ) --> nDllHandle
The function returns a numeric DLL handle > 0. If the DLL file cannot be loaded, the return value is zero.
Function DllLoad() is a synonym for function LoadLibrary(). Refer to LoadLibrary().
See also: | LoadLibrary() |
Category: | DLL functions , xHarbour extensions |
Source: | rtl\dllcall.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com