1/6/2010
This method sets a value that indicates the virtual-key code to assign to CTRL+ESC to supply the keyboard-shortcut.
Syntax
HRESULT put_HotKeyCtrlEsc(
LONG hotKeyCtrlEsc
);
Parameters
- hotKeyCtrlEsc
[in] Specifies the new virtual-key code. The default value is VK_HOME.
Return Value
Returns S_OK if successful.
Remarks
By default, pressing CTRL+ESC on the keyboard attached to the Windows Embedded CE–based device has the same effect as pressing the Home key (VK_HOME).
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_HotKeyCtrlEsc