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 |
---|---|
Called in response to the IMsRdpClient::RequestClose method, allowing a container application to prompt the user for confirmation before closing the connection. |
|
Called when the client ActiveX control is in the process of establishing a connection with a Terminal Server. |
|
Called when the client ActiveX control begins connecting to a server in response to a call to the IMsTscAx::Connect method. |
|
Called when the client ActiveX control has been disconnected from the terminal server. |
|
Called when the client ActiveX control encounters a fatal error. |
|
Called when there has been no mouse or keyboard input by the user during the period of time set by IMsTscAdvancedSettings::put_MinutesToIdleTimeout. |
|
Called when the client ActiveX control has successfully logged on to a terminal server, following the display of the Windows Logon dialog box. |
|
Called when the user presses the minimize button on the connection bar in full-screen mode. |
|
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 |