IMsRdpClientNonScriptable (Windows CE 5.0)
This interface provides a method to send notifications about device changes and 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. This interface was added in RDP clients (version 5.1 and later), such as Windows XP and Windows CE .4.2 and later.
IMsRdpClientNonScriptable derives from the IMsTscNonScriptable interface. It includes all the IMsTscNonScriptable methods and provides additional methods.
Methods
The ImsRdpClientNonScriptable interface contains the following methods
- IUnknown methods
- IMsTscNonScriptable methods
- IMsRdpClientNonScriptable methods
The following table shows the methods for the IMsRdpClientNonScriptable interface.
Method | Description |
---|---|
NotifyRedirectDeviceChange | Notifies the device-redirection part of the Remote Desktop ActiveX control that a device change has occurred on the system. This method passes WM_DEVICECHANGE notifications to the control. |
SendKeys | Sends a series of keystrokes to the control. The keystrokes are in scan code form, which is the keyboard data from the actual physical keys. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Discodlg.h. Mstsax.idl.
Link Library: Mstsax.lib.
See Also
Remote Desktop ActiveX Control Interface
Send Feedback on this topic to the authors