Share via


IMsRdpClientAdvancedSettings5 (Compact 7)

3/12/2014

This interface includes methods to retrieve and set advanced (optional) properties for the Remote Desktop ActiveX control.

Methods

This interface inherits the methods from the IUnknown and IMsRdpClientAdvancedSettings4 interfaces. In addition, this interface defines the following methods.

Method Description

put_RedirectClipboard

Specifies whether clipboard redirection should be enabled or disabled.

get_RedirectClipboard

Retrieves the setting for clipboard redirection.

put_AudioRedirectionMode

Specifies whether audio redirection mode should be enabled or disabled.

get_AudioRedirectionMode

Retrieves the setting for audio redirection mode.

put_ConnectionBarShowPinButton

Specifies whether the connection bar pin button should be shown or not.

get_ConnectionBarShowPinButton

Retrieves the setting for the connection bar pin button.

put_PublicMode

Specifies whether public mode should be enabled or disabled.

get_PublicMode

Retrieves the setting for public mode.

put_RedirectDevices

Specifies whether device redirection should be enabled or disabled.

get_RedirectDevices

Retrieves the setting for device redirection.

put_RedirectPOSDevices

Specifies whether Point of Service device redirection should be enabled or disabled.

get_RedirectPOSDevices

Retrieves the setting for Point of Service device redirection.

put_BitmapVirtualCache32BppSize

Specifies the virtual cache file size for 32 bits per pixel (bpp) bitmaps.

put_BitmapVirtualCache32BppSize

Retrieves the virtual cache file size for 32 bpp bitmaps.

Properties

This interface defines the following properties. The preceding table includes access methods for these properties.

Property Access type Description

AudioRedirectionMode

Read/write

The audio redirection mode. The AudioRedirectionMode property has the following possible values.

Name Description
AUDIO_MODE_REDIRECTAudio redirection is enabled and the option for redirection is "Bring to this computer". This is the default mode.
AUDIO_MODE_PLAY_ON_SERVERAudio 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_NONEAudio redirection is enabled and the mode is "Do not play".

BitmapVirtualCache32BppSize

Read/write

Specifies the virtual cache file size for 32 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.

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

Header

mstsax.h,
mstsax.idl

Library

Mstsax.lib

See Also

Reference

Remote Desktop ActiveX Control Interfaces
IMsRdpClientAdvancedSettings
IMsRdpClientAdvancedSettings2
IMsRdpClientAdvancedSettings3
IMsRdpClientAdvancedSettings4
IMsTscAdvancedSettings