Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function is a prototype of a function that activates an input locale.
Syntax
typedef HKL (*PFN_LAYOUT_MGR_ACTIVATE_KEYBOARD_LAYOUT)(
HKL hkl,
UINT Flags
);
Parameters
- hkl
[in] Input locale handle.
- Flags
[in] Ignored.
Return Value
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
| Header | keybddr.h |
| Library | layoutmanager.lib |
| Windows Embedded CE | Windows CE .NET 4.2 and later |