Share via


IMsRdpClientAdvancedSettings::get_AcceleratorPassthrough (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a value that indicates whether keyboard accelerators should be passed to the remote server.

Syntax

HRESULT get_AcceleratorPassthrough( 
    LONG *pacceleratorPassthrough
);

Parameters

  • pacceleratorPassthrough
    [out] Indicates whether keyboard accelerators are passed through to the remote server.

    A value of 0 indicates that this feature is enabled, and a nonzero value indicates that this feature is not available.

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::put_AcceleratorPassthrough