###User Defined Function###
_GUICtrlIpAddress_Destroy

###Description###
Delete the IP Address control

###Syntax###
#include <GuiIPAddress.au3>
_GUICtrlIpAddress_Destroy ( ByRef $hWnd )


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the control
@@End@@

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


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


###Related###
_GUICtrlIpAddress_Create


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