LoadLibraryA (KERNEL32.@)
HMODULE LoadLibraryA ( LPCSTR libname )
Load a dll file into the process address space.
libname | [In] | Name of the file to load. |
Success: A handle to the loaded dll.
Failure: A NULL handle. Use GetLastError to determine the cause.
See LoadLibraryExA.
Defined in "winbase.h".
Implemented in "dlls/kernel32/module.c". source.winehq.org/source/dlls/kernel32/module.c
Debug channel "module".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.