Share via


IMsRdpClientSecuredSettings::get_KeyboardHookMode (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the keyboard redirection settings, which specify how and when to apply Windows key combinations, such as ALT+TAB.

Syntax

HRESULT get_KeyboardHookMode( 
    LONG *pkeyboardHookMode
);

Parameters

  • pkeyboardHookMode
    [out] Indicates the keyboard settings. It can be one of the following values:

    0

    Apply key combinations only locally at the client computer.

    1

    Apply key combinations at the remote server.

    2

    Apply key combinations to the remote server only when the client is running in full-screen mode. This is the default value.

Return Value

Returns S_OK if successful.

Requirements

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

See Also

Reference

IMsRdpClientSecuredSettings