FreeLibrary(3w)
NAME
FreeLibrary (KERNEL32.@)
SYNOPSIS
BOOL FreeLibrary
(
HINSTANCE hLibModule
)
DESCRIPTION
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/module.c".
- Debug channel "module".