Visual Basic (Declaration) | |
---|---|
Public Function Logon( _ ByVal userID As String, _ ByVal password As String _ ) As Integer |
Parameters
- userID
- The user’s logon name; for logons in NT domains this string contains also the domain name, e.g., “OPC\Ben”
- password
- The user’s password.
Return Value
HRESULTS error/succes code as defined by OPCTarget Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x