###User Defined Function###
_GUICtrlListView_Destroy

###Description###
Delete the listview control

###Syntax###
#include <GuiListView.au3>
_GUICtrlListView_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 ListView controls created with <a href="_GUICtrlListView_Create.htm">_GUICtrlListView_Create()</a>.


###Related###
_GUICtrlListView_Create


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