Aspose.Pdf.Examples.CSharp.AsposePDFFacades.Printing.Impersonator.LogonUser C# (CSharp) Method

LogonUser() private method

private LogonUser ( string lpszUserName, string lpszDomain, string lpszPassword, int dwLogonType, int dwLogonProvider, IntPtr &phToken ) : int
lpszUserName string
lpszDomain string
lpszPassword string
dwLogonType int
dwLogonProvider int
phToken System.IntPtr
return int
		private static extern int LogonUser(
			string lpszUserName,
			string lpszDomain,
			string lpszPassword,
			int dwLogonType,
			int dwLogonProvider,
			ref IntPtr phToken);