Share via


IMsTscAxEvents::OnLoginComplete (Windows Embedded CE 6.0)

1/6/2010

This method is called when the client control has successfully logged on to a terminal server, following the display of the Windows Logon dialog box.

Syntax

VOID OnLoginComplete();

Parameters

None.

Return Value

None.

Remarks

Implement this method in your event sink to receive notification that the control has completed logon.

Requirements

Header discodlg.h, mstsax.idl
Library Mstsax.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IMsTscAxEvents