OperatorPrivileges

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 OperatorPrivileges object 

Description

The user's operator privileges.

Values

opNone = &H0 
opPrint = &H1 Print operator privilege.
opComm = &H2 Communications operator privilege.
opServer = &H4 Server operator privilege.
opAccounts = &H8 Accounts operator privilege.

Includes  
'OperatorPrivileges - begin
Public Const opNone = &H0
Public Const opPrint = &H1 'Print operator privilege.
Public Const opComm = &H2 'Communications operator privilege.
Public Const opServer = &H4 'Server operator privilege.
Public Const opAccounts = &H8 'Accounts operator privilege.
'OperatorPrivileges - end
'OperatorPrivileges - begin
Public Const opNone As Long = &H0
Public Const opPrint As Long = &H1 'Print operator privilege.
Public Const opComm As Long = &H2 'Communications operator privilege.
Public Const opServer As Long = &H4 'Server operator privilege.
Public Const opAccounts As Long = &H8 'Accounts operator privilege.
'OperatorPrivileges - end
Public Enum OperatorPrivileges
  opNone = &H0
  opPrint = &H1 'Print operator privilege.
  opComm = &H2 'Communications operator privilege.
  opServer = &H4 'Server operator privilege.
  opAccounts = &H8 'Accounts operator privilege.
End Enum 'OperatorPrivileges
//OperatorPrivileges - begin
var opNone = 0x0;
var opPrint = 0x1; //Print operator privilege.
var opComm = 0x2; //Communications operator privilege.
var opServer = 0x4; //Server operator privilege.
var opAccounts = 0x8; //Accounts operator privilege.
//OperatorPrivileges - end
// OperatorPrivileges
typedef [helpcontext(0x20036), helpstring("The user's operator privileges.")]
enum OperatorPrivileges{
	[helpcontext(0x20036)]
		opNone = 0x0,
	[helpcontext(0x20036), helpstring("Print operator privilege.")]
		opPrint = 0x1,
	[helpcontext(0x20036), helpstring("Communications operator privilege.")]
		opComm = 0x2,
	[helpcontext(0x20036), helpstring("Server operator privilege.")]
		opServer = 0x4,
	[helpcontext(0x20036), helpstring("Accounts operator privilege.")]
		opAccounts = 0x8
} OperatorPrivileges;

Used in

  Other links for OperatorPrivileges 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