LoadLibraryA.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

LoadLibraryA (KERNEL32.@)

SYNOPSIS

HMODULE LoadLibraryA
 (
  LPCSTR libname
 )

DESCRIPTION

Load a dll file into the process address space.

PARAMS

libname [In] Name of the file to load.

RETURNS

Success: A handle to the loaded dll.

Failure: A NULL handle. Use GetLastError(3w) to determine the cause.

NOTES

See LoadLibraryExA(3w).

IMPLEMENTATION

Defined in "winbase.h".

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

Debug channel "module".