Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the privilege level of the user.
Syntax
HRESULT GetUserPrivilege(
[out] UserPrivilege *pUserPrivilege
);
Parameters
- pUserPrivilege [out]
An UserPrivilege enumeration value that identifies the privilege level of the user (for example, if the user is running as an administrator or a normal user).
Return value
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.
Examples
For an example, see Executing Commands.
Requirements
Product |
HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities |
Type library |
Microsoft.Hpc.Scheduler.tlb |