###User Defined Function###
_GUICtrlAVI_Destroy

###Description###
Delete the control

###Syntax###
#include <GuiAVI.au3>
_GUICtrlAVI_Destroy ( ByRef $hWnd )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	True, $hWnd is set to 0.
Failure:	False.
@@End@@


###Remarks###
Restricted to only be used on AVI controls created with <a href="_GUICtrlAVI_Create.htm">_GUICtrlAVI_Create()</a>.


###Related###
_GUICtrlAVI_Create


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