IMsRdpClient3::AdvancedSettings4 property

Retrieves a pointer to the IMsRdpClientAdvancedSettings3 interface.

This property is read-only.

Syntax

HRESULT get_AdvancedSettings4(
  [out] IMsRdpClientAdvancedSettings3 **ppAdvSettings
);

Property value

Pointer to the IMsRdpClientAdvancedSettings3 interface. The interface can be used to set advanced settings for the client control.

Error codes

If the method succeeds, S_OK is returned. Any other HRESULT value indicates that the call failed.

Remarks

This property cannot be set when the control is connected.

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_IMsRdpClient3 is defined as 91b7cbc5-a72e-4fa0-9300-d647d7e897ff

See also

IMsRdpClient3

IMsRdpClient4

IMsRdpClient5

IMsRdpClient6

IMsRdpClient7

IMsRdpClient8

IMsRdpClient9

IMsRdpClient10