Logon Method

Summary

Logs a user on to the system.

Syntax
C#
VB
C++
public void Logon( 
   int hCurrentUser 
) 
Public Sub Logon( _ 
   ByVal hCurrentUser As Integer _ 
)  
public: 
void Logon(  
   int hCurrentUser 
)  

Parameters

hCurrentUser
Handle to an application-defined data structure that identifies the user to be logged on.

Remarks

Logs a user on to the system. To log off the system use the Logout method. For more detailed information, refer to the Microsoft documentation for IAMTuner.Logon.

Requirements

Target Platforms

See Also

Reference

TVTuner Class

TVTuner Members

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly