PFN_LAYOUT_MGR_GET_KEYBOARD_LAYOUT_LIST (Windows CE 5.0)
This function fills a buffer with a list of available input locale identifier handles.
typedef UINT (*PFN_LAYOUT_MGR_GET_KEYBOARD_LAYOUT_LIST)( int nBuf, HKL FAR *lpList);
Parameters
- nBuf
[in] Array size. If zero, the required size is returned. - lpList
[out] Array of input locale identifiers.
Return Values
If successful, this function returns the count of input locale identifiers copied into lpList. Otherwise, it returns zero.
Remarks
This function must be re-entrant because the input system exposes it through the GetKeyboardLayoutList 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 | GetKeyboardLayoutList
Send Feedback on this topic to the authors