ResultVariable
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
See also: Related Actions
Registry.GetAccess
OverviewExamples
boolean Registry.GetAccess ( number MainKey,
string SubKey,
number Rights = ACCESS_ALL )
De s cr ip t ion
Checks to see if a Registry key has specific access rights and returns either true or false.
P arame t er s
MainKey
(number) The main or "root" key containing the sub key. Choose from:
CONSTANT |
VALUE |
HKEY_CLASSES_ROOT |
0 |
HKEY_CURRENT_CONFIG |
1 |
HKEY_CURRENT_USER |
2 |
HKEY_LOCAL_MACHINE |
3 |
HKEY_USERS |
4 |