FreeLibrary (KERNEL32.@)
BOOL FreeLibrary ( HINSTANCE hLibModule )
FreeLibrary32 (KERNEL.486).
Free a dll loaded into the process address space.
hLibModule | [In] | Handle to the dll returned by LoadLibraryA. |
Success: TRUE. The dll is removed if it is not still in use.
Failure: FALSE. Use GetLastError to determine the cause.
Defined in "objbase.h".
Implemented in "dlls/kernel/module.c". source.winehq.org/source/dlls/kernel/module.c
Debug channel "module".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.