Skip to content

Latest commit

 

History

History
97 lines (64 loc) · 3.06 KB

imsrdpclientadvancedsettings6-hotkeyfocusreleaseright.md

File metadata and controls

97 lines (64 loc) · 3.06 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientAdvancedSettings6 HotKeyFocusReleaseRight property
Specifies the virtual-key code to add to Ctrl+Alt to determine the hotkey replacement for Ctrl+Alt+Right Arrow.
9AEEB712-E4C4-435E-A847-40C2B3A41C15
multiple
HotKeyFocusReleaseRight property Remote Desktop Services
HotKeyFocusReleaseRight property Remote Desktop Services , IMsRdpClientAdvancedSettings6 interface
IMsRdpClientAdvancedSettings6 interface Remote Desktop Services , HotKeyFocusReleaseRight property
HotKeyFocusReleaseRight property Remote Desktop Services , IMsRdpClientAdvancedSettings7 interface
IMsRdpClientAdvancedSettings7 interface Remote Desktop Services , HotKeyFocusReleaseRight property
HotKeyFocusReleaseRight property Remote Desktop Services , IMsRdpClientAdvancedSettings8 interface
IMsRdpClientAdvancedSettings8 interface Remote Desktop Services , HotKeyFocusReleaseRight property
apiref
IMsRdpClientAdvancedSettings6.HotKeyFocusReleaseRight
IMsRdpClientAdvancedSettings6.get_HotKeyFocusReleaseRight
IMsRdpClientAdvancedSettings6.put_HotKeyFocusReleaseRight
IMsRdpClientAdvancedSettings7.HotKeyFocusReleaseRight
IMsRdpClientAdvancedSettings7.get_HotKeyFocusReleaseRight
IMsRdpClientAdvancedSettings7.put_HotKeyFocusReleaseRight
IMsRdpClientAdvancedSettings8.HotKeyFocusReleaseRight
IMsRdpClientAdvancedSettings8.get_HotKeyFocusReleaseRight
IMsRdpClientAdvancedSettings8.put_HotKeyFocusReleaseRight
MsTscAx.dll
COM
reference
05/31/2018

IMsRdpClientAdvancedSettings6::HotKeyFocusReleaseRight property

Specifies the virtual-key code to add to Ctrl+Alt to determine the hotkey replacement for Ctrl+Alt+Right Arrow.

This property is read/write.

Syntax

HRESULT put_HotKeyFocusReleaseRight(
  [in]  LONG hotKeyFocusReleaseRight
);

HRESULT get_HotKeyFocusReleaseRight(
  [out] LONG *hotKeyFocusReleaseRight
);

Property value

The new virtual-key code.

Remarks

This property is only supported by Remote Desktop Connection 6.1 and 7.0 clients.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientAdvancedSettings6 is defined as 222c4b5d-45d9-4df0-a7c6-60cf9089d285

See also

IMsRdpClientAdvancedSettings7

IMsRdpClientAdvancedSettings8

IMsRdpClientAdvancedSettings6