NAME

GetModuleHandleA  (KERNEL32.@)

SYNOPSIS

 HMODULE GetModuleHandleA
 (
  LPCSTR module
 )

DESCRIPTION

GetModuleHandle32 (KERNEL.488).

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 to determine the cause.

IMPLEMENTATION

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.