Determines whether a specified administrator policy is in effect
#include <WinAPIShellEx.au3>
_WinAPI_ShellRestricted ( $iRestriction )
$iRestriction | A restriction. This parameter can be one of the $REST_* constants defined in APIShellExConstants.au3. |
Success: | True - The specified restriction is in effect. |
Failure: | False. |
Search SHRestricted in MSDN Library.