PFN_LAYOUT_MGR_GET_KEYBOARD_LAYOUT (Windows CE 5.0)
This function is a prototype of a function that returns the current input locale identifier.
typedef HKL (*PFN_LAYOUT_MGR_GET_KEYBOARD_LAYOUT)( DWORD idThread);
Parameters
- idThread
[in] Set to zero.
Return Values
If successful, this function returns the current input locale identifier. Otherwise, it returns zero.
Remarks
This function must be re-entrant because the input system exposes it through the GetKeyboardLayout 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 | GetKeyboardLayout
Send Feedback on this topic to the authors