IMsRdpClientAdvancedSettings3 interface
Manages advanced client settings. Derives from the IMsRdpClientAdvancedSettings2 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_IMsRdpClientAdvancedSettings3 to QueryInterface.
Members
The IMsRdpClientAdvancedSettings3 interface inherits from IMsRdpClientAdvancedSettings2. IMsRdpClientAdvancedSettings3 also has these types of members:
Properties
The IMsRdpClientAdvancedSettings3 interface has these properties.
Property | Access type | Description |
---|---|---|
ConnectionBarShowMinimizeButton |
Read/write |
Specifies whether to display the Minimize button on the connection bar. |
ConnectionBarShowRestoreButton |
Read/write |
Specifies whether to display the Restore button on the connection bar. |
Remarks
This interface has been extended by the following interfaces, with each new interface inheriting all the methods and properties of the previous interfaces:
- IMsRdpClientAdvancedSettings4
- IMsRdpClientAdvancedSettings5
- IMsRdpClientAdvancedSettings6
- IMsRdpClientAdvancedSettings7
- IMsRdpClientAdvancedSettings8
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 |
|
DLL |
|
IID |
IID_IMsRdpClientAdvancedSettings3 is defined as 19cd856b-c542-4c53-acee-f127e3be1a59 |