###User Defined Function###
_GUICtrlHeader_EditFilter

###Description###
Starts editing the specified filter

###Syntax###
#include <GuiHeader.au3>
_GUICtrlHeader_EditFilter ( $hWnd, $iIndex [, $fDiscard = True] )


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the control
$iIndex
	0-based item index
$fDiscard
	[optional] Flag that specifies how to handle the user's editing changes. Use this flag to specify what to do if the user is in the process of editing the filter when the message is sent:
		True - Discard the changes made by the user
		False - Accept the changes made by the user
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	True.
Failure:	False.
@@End@@


###Remarks###
None.


###Related###
_GUICtrlHeader_ClearFilter, _GUICtrlHeader_ClearFilterAll


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