###User Defined Function###
_GUICtrlListView_GetFocusedGroup

###Description###
Gets the group that has the focus

###Syntax###
#include <GuiListView.au3>
_GUICtrlListView_GetFocusedGroup ( $hWnd )


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

###ReturnValue###
Returns the index of the group with state of $LVGS_FOCUSED, or -1 if there is no group with state of $LVGS_FOCUSED.


###Remarks###
<strong>Windows Vista or later</strong> ?


###Related###


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