PFN_LAYOUT_MGR_GET_KEYBOARD_LAYOUT_NAME (Windows Embedded CE 6.0)
1/6/2010
This function is a prototype of a function that retrieves the name of the active input locale identifier.
Syntax
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 Value
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
Header | keybddr.h |
Library | layoutmanager.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |