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.
Defines the privilege levels of HPC users.
Syntax
typedef enum  { 
  UserPrivilege_AccessDenied  = 0,
  UserPrivilege_User          = 1,
  UserPrivilege_Admin         = 2
} UserPrivilege;
Constants
- UserPrivilege_AccessDenied 
 The user does not have permissions to access HPC.
- UserPrivilege_User 
 The user is a member of the Users group.
- UserPrivilege_Admin 
 The user is a member of the Administrators group.
Requirements
| Product | HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities | 
| Type library | Microsoft.Hpc.Scheduler.Properties.tlb |