IMsTscAx (Windows Embedded CE 6.0)
1/6/2010
This interface provides methods to connect and disconnect the client control, create virtual channel objects, and transmit data over a virtual channel. The interface also contains methods to retrieve and set properties related to the client control. These methods are also available through the IMsRdpClient interface.
IMsTscAx is a dual interface.
Methods
The IMsTscAx interface contains the following methods.
The following table shows the methods for the IMsTscAx interface.
Method | Description |
---|---|
Initiates a connection using the properties currently set on the control. |
|
Creates a client-side virtual channel object for each specified virtual channel name. |
|
Disconnects the active connection. |
|
Retrieves an instance of the IMsTscAdvancedSettings interface. |
|
Retrieves the value of the CipherStrength property, which specifies the maximum encryption strength of the current control. |
|
Retrieves the value of the Connected property, which specifies the connection state of the current control. |
|
Retrieves the value of the ConnectingTextproperty. |
|
Retrieves the value of the DesktopHeight property. |
|
Retrieves the value of the DesktopWidth property. |
|
Retrieves the value of the DisconnectedText property. |
|
Retrieves the value of the Domain property. |
|
Retrieves the value of the HorizontalScrollBarVisible property, a Boolean value that indicates whether or not the control has displayed a horizontal scroll bar. |
|
Retrieves the address of the current control's IMsTscSecuredSettings interface. |
|
Retrieves the value of the Server property. |
|
Retrieves the value of the UserName property. |
|
Retrieves the version number of the current control. |
|
Retrieves the value of the VerticalScrollBarVisible property, a Boolean value that indicates whether the control displays a vertical scroll bar. |
|
Sets the value of the ConnectingText property, which is text that appears centered in the control while the control is connecting. |
|
Sets the value of the DisconnectedText property, which is text that appears centered in the control before a connection is terminated. |
|
Sets the value of the Domain property, which specifies the domain to which the current user logs on. |
|
Sets the value of the Server property, which is the name of the server to which the current control is connected. |
|
Sets the value of the UserName property, which specifies the user name logon credential. |
|
Sends data to the terminal server over a virtual channel that was created previously with the IMsTscAx::CreateVirtualChannels method. |
Requirements
Header | discodlg.h, mstsax.idl |
Library | Mstsax.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |