###User Defined Function###
_GUICtrlButton_SetShield

###Description###
Sets the elevation required state for a specified button or command link to display an elevated icon

###Syntax###
#include <GuiButton.au3>
_GUICtrlButton_SetShield ( $hWnd [, $fRequired = True] )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$fRequired
	[optional] True to draw an elevated icon, or False otherwise
@@End@@

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


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


###Related###


###See Also###
@@MsdnLink@@ BCM_SETSHIELD


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