IMsRdpClientAdvancedSettings5 interface

Manages advanced client settings. Derives from the IMsRdpClientAdvancedSettings4 interface.

To obtain an instance of this interface, use the IMsTscAx::AdvancedSettings property to obtain an IMsTscAdvancedSettings interface pointer. Then call QueryInterface on the IMsTscAdvancedSettings pointer, and pass IID_IMsRdpClientAdvancedSettings5 to QueryInterface.

Members

The IMsRdpClientAdvancedSettings5 interface inherits from IMsRdpClientAdvancedSettings4. IMsRdpClientAdvancedSettings5 also has these types of members:

Properties

The IMsRdpClientAdvancedSettings5 interface has these properties.

Property Access type Description
AudioRedirectionMode
Read/write
The audio redirection mode. The AudioRedirectionMode property has the following possible values.
AUDIO_MODE_REDIRECT 0 (Audio redirection is enabled and the option for redirection is "Bring to this computer". This is the default mode.)
AUDIO_MODE_PLAY_ON_SERVER 1 (Audio redirection is enabled and the option is "Leave at remote computer". The "Leave at remote computer" option is supported only when connecting remotely to a host computer that is running Windows Vista. If the connection is to a host computer that is running Windows Server 2008, the option "Leave at remote computer" is changed to "Do not play".)
AUDIO_MODE_NONE 2 (Audio redirection is enabled and the mode is "Do not play".)
BitmapVirtualCache32BppSize
Read/write
Specifies the virtual cache file size for 32 bits per pixel (bpp) bitmaps. The maximum value is 48 megabytes (MB).
ConnectionBarShowPinButton
Read/write
Specifies whether the pin button should be shown on the connection bar. By default, the value is TRUE.
PublicMode
Read/write
Specifies whether public mode should be enabled or disabled. By default, public mode is set to FALSE.
RedirectClipboard
Read/write
Specifies whether clipboard redirection should be enabled or disabled. By default, clipboard redirection mode is set to TRUE (enabled).
RedirectDevices
Read/write
Specifies whether redirected devices should be enabled or disabled. By default, redirected devices mode is set to FALSE.
RedirectPOSDevices
Read/write
Specifies whether Point of Service redirected devices should be enabled or disabled. By default, Point of Service redirected devices mode is set to FALSE.

Remarks

This interface has been extended by the following interfaces, with each new interface inheriting all the methods and properties of the previous interfaces:

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientAdvancedSettings5 is defined as FBA7F64E-6783-4405-DA45-FA4A763DABD0

See also

IMsRdpClientAdvancedSettings4

IMsRdpClientAdvancedSettings3

IMsRdpClientAdvancedSettings2

IMsRdpClientAdvancedSettings

IMsTscAdvancedSettings

Remote Desktop Web Connection Reference