GetModuleHandleA(3w)
NAME
GetModuleHandleA (KERNEL32.@)
SYNOPSIS
HMODULE GetModuleHandleA
(
LPCSTR module
)
DESCRIPTION
Get the handle of a dll loaded into the process address space.
PARAMS
module [In] Name of the dll.
RETURNS
Success: A handle to the loaded dll.
Failure: A NULL handle. Use GetLastError(3w) to determine the cause.
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/module.c".
- Debug channel "module".