IMsRdpClientSecuredSettings Properties (Windows Embedded CE 6.0)
1/6/2010
The IMsRdpClientSecuredSettings interface provides methods which retrieve or set the properties related to secured settings for an RDP client. This interface was added for RDP clients (version 5.1 and later).
The following table shows the properties that you can set and retrieve by using methods on the IMsRdpClientSecuredSettings interface.
Property | Description |
---|---|
AudioRedirectionMode |
Audio-redirection settings that specify whether to redirect sounds, or play sounds at the Terminal server. This property can be one of the following values.
0Redirect remote sounds to the client computer.
1Play sounds at the remote computer.
2Disable sound redirection; do not play sounds at the remote server.
|
KeyboardHookMode |
Keyboard-redirection settings that specify how and when to apply WINDOWS key combinations. For example, ALT+TAB. This property can be one of the following values.
0Only apply key combinations locally at the client computer.
1Always apply key combinations to the remote server.
2Only apply key combinations to the remote server when the client computer is running in full screen mode.
|
Remarks
These properties cannot be set when the ActiveX client control is connected.
Requirements
Header | discodlg.h, mstsax.idl |
Library | Mstsax.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |