PFN_LAYOUT_MGR_GET_KEYBOARD_LAYOUT_NAME (Windows CE 5.0)
This function is a prototype of a function that retrieves the name of the active input locale identifier.
typedef BOOL (*PFN_LAYOUT_MGR_GET_KEYBOARD_LAYOUT_NAME)( WCHAR *pNameBuf);
Parameters
- pNameBuf
[out] Name of the active input locale identifier. The size measured in WCHAR data types must be greater than KL_NAMELENGTH.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
This function must be re-entrant because the input system exposes it through the GetKeyboardLayoutName 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 | GetKeyboardLayoutName
Send Feedback on this topic to the authors