GetModuleHandleA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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(3w) to determine the cause.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/module.c".

Debug channel "module".