###User Defined Function###
_WinAPI_DestroyIcon

###Description###
Destroys an icon and frees any memory the icon occupied

###Syntax###
#include <WinAPI.au3>
_WinAPI_DestroyIcon ( $hIcon )


###Parameters###
@@ParamTable@@
$hIcon
	Handle to the icon to be destroyed. The icon must not be in use.
@@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_CopyIcon, _WinAPI_LoadShell32Icon


###See Also###
@@MsdnLink@@ DestroyIcon
