IMsRdpClientSecuredSettings Properties
Other versions of this page are also available for the following:
8/28/2008
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.
0 Redirect remote sounds to the client computer.
1 Play sounds at the remote computer.
2 Disable 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.
0 Only apply key combinations locally at the client computer.
1 Always apply key combinations to the remote server.
2 Only 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 |