Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Development
System Services
 IMsRdpClientSecuredSettings::Keyboa...
IMsRdpClientSecuredSettings::KeyboardHookMode property

Applies to: desktop apps only

Specifies the keyboard redirection settings, which specify how and when to apply Windows keyboard shortcut (for example, ALT+TAB).

This property is read/write.

Syntax

HRESULT put_KeyboardHookMode(
  [in]   LONG keyboardHookMode
);

HRESULT get_KeyboardHookMode(
  [out]  LONG *pkeyboardHookMode
);

Property value

The new settings. This parameter can be one of the following values.

ValueMeaning
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.

 

Error codes

Returns S_OK if successful.

Remarks

These properties cannot be set when the control is connected.

Refer to Providing for RDP Client Security for more information.

For more information about Remote Desktop Web Connection, see Requirements for Remote Desktop Web Connection.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

IID

IID_IMsRdpClientSecuredSettings is defined as 605befcf-39c1-45cc-a811-068fb7be346d

See also

IMsRdpClientSecuredSettings

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker