IMsTscAdvancedSettings::put_KeyBoardLayoutStr (Windows CE 5.0)

Send Feedback

This method sets the value of the KeyBoardLayoutStr property, a string that specifies the name of the active input locale identifier (formerly called the keyboard layout) to use for the connection.

HRESULT put_KeyBoardLayoutStr(BSTRKeyBoardLayoutStr);

Parameters

  • KeyBoardLayoutStr
    [in] A string representing the new value for the KeyBoardLayoutStr property. The string has the same format as the one returned by the GetKeyboardLayoutName function. If this property is not set, the control uses the default layout returned by the GetKeyboardLayout function.

Return Values

If the method succeeds, the return value is S_OK.

If it fails, the method returns a nonzero error code.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Discodlg.h. Mstsax.idl.
Link Library: Mstsax.lib.

See Also

IMsTscAdvancedSettings

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.