Checks if the current user has full administrator privileges.
IsAdmin ( )
Success: | 1 if the current user has administrator privileges. |
Failure: | 0 if user lacks admin privileges. |
It returns 1 under Windows Vista only if running with a full administrator token (i.e. #RequireAdmin has been used, or has already been elevated by UAC).