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.

RETURNS

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

Failure: FALSE. Use GetLastError to determine the cause.

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "dlls/kernel32/module.c". source.winehq.org/source/dlls/kernel32/module.c

Debug channel "module".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.