ISELEVATED SubroutineUsage:
r = ISELEVATED()
Description:
Use this to determine if the currently running program is elevated under Windows.
The return values are:
-1 = not able to determine or elevation not applicable;
0 = not elevated;
1 = elevated.
Example:
|