###User Defined Function###
_WinAPI_FreeResource

###Description###
Decrements (decreases by one) the reference count of a loaded resource.

###Syntax###
#include <WinAPIRes.au3>
_WinAPI_FreeResource ( $hData )


###Parameters###
@@ParamTable@@
$hData
	Handle of the resource was created by <a href="_WinAPI_LoadResource.htm">_WinAPI_LoadResource()</a>.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True
Failure 	False
@@End@@


###Remarks###
The reference count for a resource is incremented (increased by one) each time an application calls the <a href="_WinAPI_LoadResource.htm">_WinAPI_LoadResource()</a> function for the resource.
This function is obsolete and is only supported for backward compatibility with 16-bit Microsoft Windows.
For 32-bit Windows applications, it is not necessary to free the resources loaded using function <a href="_WinAPI_LoadResource.htm">_WinAPI_LoadResource()</a>.


###Related###
_WinAPI_LoadResource


###See Also###
@@MsdnLink@@ FreeResource
