IMsTscAxEvents (Windows Embedded CE 6.0)

1/6/2010

This interface includes methods that receive information from the server which is related to client ActiveX control events. Events include connecting and disconnecting, full screen mode requests, successful logon, and error conditions.

Methods

The IMsTscAxEvents interface contains the following methods.

The following table shows the methods for the IMsTscAxEvents interface.

Method Description

OnConfirmClose

Called in response to the IMsRdpClient::RequestClose method, allowing a container application to prompt the user for confirmation before closing the connection.

OnConnected

Called when the client ActiveX control is in the process of establishing a connection with a Terminal Server.

OnConnecting

Called when the client ActiveX control begins connecting to a server in response to a call to the IMsTscAx::Connect method.

OnDisconnected

Called when the client ActiveX control has been disconnected from the terminal server.

OnFatalError

Called when the client ActiveX control encounters a fatal error.

OnIdleTimeoutNotification

Called when there has been no mouse or keyboard input by the user during the period of time set by IMsTscAdvancedSettings::put_MinutesToIdleTimeout.

OnLoginComplete

Called when the client ActiveX control has successfully logged on to a terminal server, following the display of the Windows Logon dialog box.

OnRequestContainerMinimize

Called when the user presses the minimize button on the connection bar in full-screen mode.

OnWarning

Called when the client requests entering full-screen mode and the IMsTscAdvancedSettings::put_ContainerHandledFullScreen method is called.

Requirements

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

See Also

Concepts

Remote Desktop ActiveX Control Interfaces