←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly