UserPrivileges

ActiveX/VBSScript registry editor  ActiveX NT User account manager  Export MDB/DBF from ASP
Url replacer, IIS url rewrite Active LogFile  Email export  ActiveX/ASP Scripting Dictionary object
 IISTracer, real-time IIS monitor
 Huge ASP upload - upload files with progress.
          Enum 
          Member of  UserManager Use UserPrivileges object 

Description

The list of User Privileges

Values

upGUEST = &H0 Guest Privilege
upUSER = &H1 User Privilege
upADMIN = &H2 Admin Privilege.
up_MASK = &H3 

Includes  
'UserPrivileges - begin
Public Const upGUEST = &H0 'Guest Privilege
Public Const upUSER = &H1 'User Privilege
Public Const upADMIN = &H2 'Admin Privilege.
Public Const up_MASK = &H3
'UserPrivileges - end
'UserPrivileges - begin
Public Const upGUEST As Long = &H0 'Guest Privilege
Public Const upUSER As Long = &H1 'User Privilege
Public Const upADMIN As Long = &H2 'Admin Privilege.
Public Const up_MASK As Long = &H3
'UserPrivileges - end
Public Enum UserPrivileges
  upGUEST = &H0 'Guest Privilege
  upUSER = &H1 'User Privilege
  upADMIN = &H2 'Admin Privilege.
  up_MASK = &H3
End Enum 'UserPrivileges
//UserPrivileges - begin
var upGUEST = 0x0; //Guest Privilege
var upUSER = 0x1; //User Privilege
var upADMIN = 0x2; //Admin Privilege.
var up_MASK = 0x3;
//UserPrivileges - end
// UserPrivileges
typedef [helpcontext(0x20011), helpstring("The list of User Privileges")]
enum UserPrivileges{
	[helpcontext(0x20011), helpstring("Guest Privilege")]
		upGUEST = 0x0,
	[helpcontext(0x20011), helpstring("User Privilege")]
		upUSER = 0x1,
	[helpcontext(0x20011), helpstring("Admin Privilege.")]
		upADMIN = 0x2,
	[helpcontext(0x20011)]
		up_MASK = 0x3
} UserPrivileges;

Used in

  Other links for UserPrivileges class

ActiveX UserManager classes

UserManager

Easy to use classes to create, delete and manage local and remote user accounts, groups, servers and domains in the Windows NT (2000/XP) environment. Simple work with user accounts and groups from VBA, VBS/JS, ASP and T-SQL.

© 1996 – 2006 Antonin Foller, Motobit Software, help{at}pstruh.cz, help v. 2.03.68