Skip to content

Latest commit

 

History

History
135 lines (95 loc) · 5.04 KB

imsrdpclientadvancedsettings2-enableautoreconnect.md

File metadata and controls

135 lines (95 loc) · 5.04 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientAdvancedSettings2 EnableAutoReconnect property
Specifies whether to enable the client control to reconnect automatically to a session in the event of a network disconnection.
9d820f78-bf7f-479a-ae6f-be0f0abe549c
multiple
EnableAutoReconnect property Remote Desktop Services
EnableAutoReconnect property Remote Desktop Services , IMsRdpClientAdvancedSettings2 interface
IMsRdpClientAdvancedSettings2 interface Remote Desktop Services , EnableAutoReconnect property
EnableAutoReconnect property Remote Desktop Services , IMsRdpClientAdvancedSettings3 interface
IMsRdpClientAdvancedSettings3 interface Remote Desktop Services , EnableAutoReconnect property
EnableAutoReconnect property Remote Desktop Services , IMsRdpClientAdvancedSettings4 interface
IMsRdpClientAdvancedSettings4 interface Remote Desktop Services , EnableAutoReconnect property
EnableAutoReconnect property Remote Desktop Services , IMsRdpClientAdvancedSettings5 interface
IMsRdpClientAdvancedSettings5 interface Remote Desktop Services , EnableAutoReconnect property
EnableAutoReconnect property Remote Desktop Services , IMsRdpClientAdvancedSettings6 interface
IMsRdpClientAdvancedSettings6 interface Remote Desktop Services , EnableAutoReconnect property
EnableAutoReconnect property Remote Desktop Services , IMsRdpClientAdvancedSettings7 interface
IMsRdpClientAdvancedSettings7 interface Remote Desktop Services , EnableAutoReconnect property
EnableAutoReconnect property Remote Desktop Services , IMsRdpClientAdvancedSettings8 interface
IMsRdpClientAdvancedSettings8 interface Remote Desktop Services , EnableAutoReconnect property
apiref
IMsRdpClientAdvancedSettings2.EnableAutoReconnect
IMsRdpClientAdvancedSettings2.get_EnableAutoReconnect
IMsRdpClientAdvancedSettings2.put_EnableAutoReconnect
IMsRdpClientAdvancedSettings3.EnableAutoReconnect
IMsRdpClientAdvancedSettings3.get_EnableAutoReconnect
IMsRdpClientAdvancedSettings3.put_EnableAutoReconnect
IMsRdpClientAdvancedSettings4.EnableAutoReconnect
IMsRdpClientAdvancedSettings4.get_EnableAutoReconnect
IMsRdpClientAdvancedSettings4.put_EnableAutoReconnect
IMsRdpClientAdvancedSettings5.EnableAutoReconnect
IMsRdpClientAdvancedSettings5.get_EnableAutoReconnect
IMsRdpClientAdvancedSettings5.put_EnableAutoReconnect
IMsRdpClientAdvancedSettings6.EnableAutoReconnect
IMsRdpClientAdvancedSettings6.get_EnableAutoReconnect
IMsRdpClientAdvancedSettings6.put_EnableAutoReconnect
IMsRdpClientAdvancedSettings7.EnableAutoReconnect
IMsRdpClientAdvancedSettings7.get_EnableAutoReconnect
IMsRdpClientAdvancedSettings7.put_EnableAutoReconnect
IMsRdpClientAdvancedSettings8.EnableAutoReconnect
IMsRdpClientAdvancedSettings8.get_EnableAutoReconnect
IMsRdpClientAdvancedSettings8.put_EnableAutoReconnect
MsTscAx.dll
COM
reference
05/31/2018

IMsRdpClientAdvancedSettings2::EnableAutoReconnect property

Specifies whether to enable the client control to reconnect automatically to a session in the event of a network disconnection.

This property is read/write.

Syntax

HRESULT put_EnableAutoReconnect(
  [in]  VARIANT_BOOL fEnableAutoReconnect
);

HRESULT get_EnableAutoReconnect(
  [out] VARIANT_BOOL *pfEnableAutoReconnect
);

Property value

Set to VARIANT_TRUE to enable automatic reconnection, and to VARIANT_FALSE to disable it. The default is VARIANT_TRUE.

Error codes

Return S_OK if successful.

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_IMsRdpClientAdvancedSettings2 is defined as 9ac42117-2b76-4320-aa44-0e616ab8437b

See also

IMsRdpClientAdvancedSettings3

IMsRdpClientAdvancedSettings4

IMsRdpClientAdvancedSettings5

IMsRdpClientAdvancedSettings6

IMsRdpClientAdvancedSettings7

IMsRdpClientAdvancedSettings8

IMsRdpClientAdvancedSettings2