Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.74 KB

iremotedesktopclient-settings.md

File metadata and controls

66 lines (44 loc) · 1.74 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IRemoteDesktopClient Settings property
Retrieves the settings object for the Remote Desktop Protocol (RDP) app container client.
59999489-9ad0-4b85-9643-3b8355b817c2
multiple
Settings property Remote Desktop Services
Settings property Remote Desktop Services , IRemoteDesktopClient interface
IRemoteDesktopClient interface Remote Desktop Services , Settings property
apiref
IRemoteDesktopClient.Settings
IRemoteDesktopClient.get_Settings
MsTscAx.dll
COM
reference
05/31/2018

IRemoteDesktopClient::Settings property

Retrieves the settings object for the Remote Desktop Protocol (RDP) app container client.

This property is read-only.

Syntax

HRESULT get_Settings(
  [out, retval] IRemoteDesktopClientSettings **Settings
);

Property value

The settings object for the RDP client.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IRemoteDesktopClient is defined as 57D25668-625A-4905-BE4E-304CAA13F89C

See also

IRemoteDesktopClient