Share via


IMsRdpClientAdvancedSettings::put_HotKeyAltShiftTab (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that specifies the virtual-key code to assign to ALT+SHIFT+TAB to set the keyboard-shortcut replacement.

Syntax

HRESULT put_HotKeyAltShiftTab( 
    LONG hotKeyAltShiftTab
);

Parameters

  • hotKeyAltShiftTab
    [in] Specifies the new virtual-key code. VK_NEXT is the default value.

Return Value

Returns S_OK if successful.

Remarks

The HotKeyAltShiftTab property is valid only when the KeyboardHookMode property is enabled.

Requirements

Header mstsax.h, mstsax.idl
Library Mstsax.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IMsRdpClientAdvancedSettings Methods for Keyboard and Mouse
IMsRdpClientAdvancedSettings
IMsRdpClientAdvancedSettings::get_HotKeyAltShiftTab
IMsRdpClientSecuredSettings::put_KeyboardHookMode