IMsRdpClientNonScriptable (Windows Embedded CE 6.0)

1/6/2010

This interface provides a method to send notifications when a change occurs for a redirected device, and also provides a method to send a series of keystrokes to the Remote Desktop ActiveX control.

Methods of this interface can only be accessed through the Vtable; they are not available for use by scriptable clients. This interface was added in RDP clients (version 5.1 and later), such as Windows XP and Windows CE .NET 4.2 and later.

IMsRdpClientNonScriptable derives from the IMsTscNonScriptable interface. It inherits all the IMsTscNonScriptable methods and provides additional methods.

Methods

The ImsRdpClientNonScriptable interface contains the following methods

The following table shows the methods on the IMsRdpClientNonScriptable interface.

Method Description

NotifyRedirectDeviceChange

Notifies the device-redirection part of the Remote Desktop ActiveX control that a device change has occurred in the system. This method passes WM_DEVICECHANGE notifications to the control.

SendKeys

Sends a series of keystrokes to the ActiveX client control. The keystrokes are in scan code form, which is the keyboard data from the actual physical keys.

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