IMsRdpClientAdvancedSettings::put_AcceleratorPassthrough (Windows Embedded CE 6.0)
1/6/2010
This method sets a value that specifies whether keyboard accelerators should be passed to the remote server.
Syntax
HRESULT put_AcceleratorPassthrough(
LONG acceleratorPassthrough
);
Parameters
acceleratorPassthrough
[in] Specifies whether keyboard accelerators are passed through to the remote server.Set this value to 0 to indicate that this feature is enabled, or set it to a nonzero value to indicate that this feature is not available. The default value is nonzero.
Return Value
Returns S_OK if successful.
Remarks
A keyboard accelerator, or keyboard shortcut, is a keystroke or combination of keystrokes that generates a WM_COMMAND or WM_SYSCOMMAND message for an application. For example, ALT+F can be used to open the File menu in Microsoft Word.
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_AcceleratorPassthrough