IMsRdpClient::AdvancedSettings2 property
Retrieves a pointer to the IMsRdpClientAdvancedSettings interface. The interface can be used to set advanced settings for the client control.
This property is read-only.
Syntax
HRESULT get_AdvancedSettings2(
[out] IMsRdpClientAdvancedSettings **ppAdvSettings
);
Property value
Pointer to the IMsRdpClientAdvancedSettings 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
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_IMsRdpClient is defined as 92b4a539-7115-4b7c-a5a9-e5d9efc2780a |