PFN_LAYOUT_MGR_ACTIVATE_KEYBOARD_LAYOUT (Windows CE 5.0)
This function is a prototype of a function that activates an input locale.
typedef HKL (*PFN_LAYOUT_MGR_ACTIVATE_KEYBOARD_LAYOUT)( HKL hkl, UINT Flags);
Parameters
- hkl
[in] Input locale handle. - Flags
[in] Ignored.
Return Values
If successful, this function returns the previous input locale identifier. Otherwise, it returns zero.
Remarks
This function is re-entrant because the input system exposes it through the ActivateKeyboardLayout function and multiple threads can call it.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Keybddr.h.
Link Library: LayoutManager.lib.
See Also
Layout Manager | ActivateKeyboardLayout
Send Feedback on this topic to the authors