MOTOBIT.COM - ASP upload, IIS utility LogonProviders Enum, Member of UserManager

Member of  UserManager Use LogonProviders object | Changes | Purchase | Download

Description

Specifies the logon provider - Logon Support APIs.

Values

lpDefault = &H0 Use the standard logon provider for the system. This is the recommended value. It provides maximum compatibility with current and future releases of Windows NT.
lpWinNT35 = &H1 Use the Windows NT 3.5 logon provider.
lpWinNT40 = &H2 Use the Windows NT 4.0 logon provider.

Includes

VBS include

'LogonProviders - begin
Public Const lpDefault = &H0 'Use the standard logon provider for the system. This is the recommended value. It provides maximum compatibility with current and future releases of Windows NT.
Public Const lpWinNT35 = &H1 'Use the Windows NT 3.5 logon provider.
Public Const lpWinNT40 = &H2 'Use the Windows NT 4.0 logon provider.
'LogonProviders - end

VB4 include

'LogonProviders - begin
Public Const lpDefault As Long = &H0 'Use the standard logon provider for the system. This is the recommended value. It provides maximum compatibility with current and future releases of Windows NT.
Public Const lpWinNT35 As Long = &H1 'Use the Windows NT 3.5 logon provider.
Public Const lpWinNT40 As Long = &H2 'Use the Windows NT 4.0 logon provider.
'LogonProviders - end

VB5 include

Public Enum LogonProviders
  lpDefault = &H0 'Use the standard logon provider for the system. This is the recommended value. It provides maximum compatibility with current and future releases of Windows NT.
  lpWinNT35 = &H1 'Use the Windows NT 3.5 logon provider.
  lpWinNT40 = &H2 'Use the Windows NT 4.0 logon provider.
End Enum 'LogonProviders

JScript include

//LogonProviders - begin
var lpDefault = 0x0; //Use the standard logon provider for the system. This is the recommended value. It provides maximum compatibility with current and future releases of Windows NT.
var lpWinNT35 = 0x1; //Use the Windows NT 3.5 logon provider.
var lpWinNT40 = 0x2; //Use the Windows NT 4.0 logon provider.
//LogonProviders - end

IDL include

// LogonProviders
typedef [helpcontext(0x20020), helpstring("Specifies the logon provider - Logon Support APIs.")]
enum LogonProviders{
	[helpcontext(0x20020), helpstring("Use the standard logon provider for the system. This is the recommended value. It provides maximum compatibility with current and future releases of Windows NT.")]
		lpDefault = 0x0,
	[helpcontext(0x20020), helpstring("Use the Windows NT 3.5 logon provider.")]
		lpWinNT35 = 0x1,
	[helpcontext(0x20020), helpstring("Use the Windows NT 4.0 logon provider.")]
		lpWinNT40 = 0x2
} LogonProviders;

Other links for LogonProviders class

ActiveX UserManager classes

User, Users, Group, Server, Groups, GroupMembers, RasUser, Servers, Domain

ActiveX UserManager enums

UsersFilter, GroupAttributes, UserFlags, UserPrivileges, ServerTypes, LogonTypes, LogonProviders, OperatorPrivileges, RasPrivileges, SIDNameUse

UserManager

ActiveX UserManager is easy to use COM component with classes to create, delete and manage local and remote user accounts, groups, servers and domains in the Windows NT (2000/XP) environment. You can simple work with user accounts and groups from VBA, VBS/JS, ASP and T-SQL programming environment.

© 1996 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz