###User Defined Function###
_WinAPI_ShellRestricted

###Description###
Determines whether a specified administrator policy is in effect

###Syntax###
#include <WinAPIShellEx.au3>
_WinAPI_ShellRestricted ( $iRestriction )


###Parameters###
@@ParamTable@@
$iRestriction
	A restriction. This parameter can be one of the $REST_* constants.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	True - The specified restriction is in effect.
Failure:	False.
@@End@@


###Remarks###
$REST_* constants require #include <APIShellExConstants.au3>.


###Related###
None.


###See Also###
@@MsdnLink@@ SHRestricted
