IMsRdpClientAdvancedSettings2 interface

Manages advanced client settings. Derives from the IMsRdpClientAdvancedSettings interface. This interface includes methods to retrieve and set advanced (optional) properties for the Remote Desktop ActiveX control.

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_IMsRdpClientAdvancedSettings2 to QueryInterface.

Members

The IMsRdpClientAdvancedSettings2 interface inherits from IMsRdpClientAdvancedSettings. IMsRdpClientAdvancedSettings2 also has these types of members:

Properties

The IMsRdpClientAdvancedSettings2 interface has these properties.

Property Access type Description
CanAutoReconnect
Read-only
Specifies whether the client control is able to reconnect automatically to the current session in the event of a network disconnection.
EnableAutoReconnect
Read/write
Specifies whether to enable the client control to reconnect automatically to a session in the event of a network disconnection.
MaxReconnectAttempts
Read/write
Specifies the number of times to try to reconnect during automatic reconnection. The valid values of this property are 0 to 200 inclusive.

Remarks

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

For more information about Remote Desktop Web Connection, see Requirements for Remote Desktop Web Connection.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientAdvancedSettings2 is defined as 9ac42117-2b76-4320-aa44-0e616ab8437b

See also

IMsRdpClientAdvancedSettings

IMsTscAdvancedSettings

Remote Desktop Web Connection Reference