GetModuleHandleA (KERNEL32.@)
HMODULE GetModuleHandleA ( LPCSTR module )
GetModuleHandle32 (KERNEL.488).
Get the handle of a dll loaded into the process address space.
module | [In] | Name of the dll. |
Success: A handle to the loaded dll.
Failure: A NULL handle. Use GetLastError to determine the cause.
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.