Share via


IMsRdpClientAdvancedSettings::put_HotKeyCtrlAltDel (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that indicates the virtual-key code to assign to CTRL+ALT+DELETE to supply the keyboard-shortcut replacement.

This is also called the secure attention sequence (SAS).

Syntax

HRESULT put_HotKeyCtrlAltDel( 
    LONG hotKeyCtrlAltDel
);

Parameters

  • hotKeyCtrlAltDel
    [in] Specifies the new virtual-key code. VK_END is the default value.

Return Value

Returns S_OK if successful.

Remarks

Even when the KeyboardHookMode property is enabled, CTRL+ALT+DELETE is never redirected to the remote server. CTRL+ALT+DELETE is the local SAS.

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_HotKeyCtrlAltDel