|
WindowsApiLogonUser Method
|
Win32 LogonUser function.
Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.307-beta+9737fd9b0b4f87709e68c099d312e6b151025dc8
SyntaxGSF.Interop.WindowsApi.LogonUser = function(lpszUsername, lpszDomain, lpszPassword, dwLogonType, dwLogonProvider, phToken);
View SourceParameters
- lpszUsername String
-
- lpszDomain String
-
- lpszPassword String
-
- dwLogonType Int32
-
- dwLogonProvider Int32
-
- phToken IntPtr
-
Return Value
Boolean
See Also