Click or drag to resize

ImpersonationLogonUserA Method

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public static int LogonUserA(
	string lpszUserName,
	string lpszDomain,
	string lpszPassword,
	int dwLogonType,
	int dwLogonProvider,
	ref IntPtr phToken
)

Parameters

lpszUserName
Type: SystemString
lpszDomain
Type: SystemString
lpszPassword
Type: SystemString
dwLogonType
Type: SystemInt32
dwLogonProvider
Type: SystemInt32
phToken
Type: SystemIntPtr

Return Value

Type: Int32
See Also