Edit

Share via


IRemoteDesktopClientSettings interface (rdpappcontainerclient.h)

Provides the methods needed to configure the connection settings for the Remote Desktop Protocol (RDP) app container client control.

Use the IRemoteDesktopClient Settings property to obtain a pointer to this interface.

Inheritance

The IRemoteDesktopClientSettings interface inherits from the IDispatch interface. IRemoteDesktopClientSettings also has these types of members:

Methods

The IRemoteDesktopClientSettings interface has these methods.

 
IRemoteDesktopClientSettings::ApplySettings

Stores the specified contents in the RDP file.
IRemoteDesktopClientSettings::GetRdpProperty

Retrieves a single named RDP property value.
IRemoteDesktopClientSettings::RetrieveSettings

Retrieves the entire RDP file as a string.
IRemoteDesktopClientSettings::SetRdpProperty

Sets the value of a single named RDP property.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Windows
Header rdpappcontainerclient.h

See also

Remote Desktop ActiveX control reference