FreeLibrary.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

FreeLibrary (KERNEL32.@)

SYNOPSIS

BOOL FreeLibrary
 (
  HINSTANCE hLibModule
 )

DESCRIPTION

FreeLibrary32 (KERNEL.486).

Free a dll loaded into the process address space.

PARAMS

hLibModule [In] Handle to the dll returned by LoadLibraryA(3w).

RETURNS

Success: TRUE. The dll is removed if it is not still in use.

Failure: FALSE. Use GetLastError(3w) to determine the cause.

IMPLEMENTATION

Defined in "objbase.h".

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

Debug channel "module".