###User Defined Function###
_WinAPI_FreeLibrary

###Description###
Decrements the reference count of the loaded dynamic-link library (DLL) module

###Syntax###
#include <WinAPI.au3>
_WinAPI_FreeLibrary ( $hModule )


###Parameters###
@@ParamTable@@
$hModule
	Identifies the loaded library module
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	True
Failure:	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
None.


###Related###
_WinAPI_LoadLibrary, _WinAPI_LoadLibraryEx, _WinAPI_LoadString


###See Also###
@@MsdnLink@@ FreeLibrary


###Example###
@@IncludeExample@@
