###User Defined Function###
_GUICtrlToolbar_HitTest

###Description###
Determines where a point lies within the control

###Syntax###
#include <GuiToolbar.au3>
_GUICtrlToolbar_HitTest ( $hWnd, $iX, $iY )


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the control
$iX
	X position to test
$iY
	Y position to test
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	If the value is zero or a positive value, it is the 0-based index of the nonseparator item in which the point lies.
Failure:	If the value is negative, the point does not lie within a button.
@@End@@


###Remarks###
The absolute value of the return value is the index of a separator item or the nearest nonseparator item.


###Related###


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