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 fills a buffer with a list of available input locale identifier handles.
Syntax
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 Value
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
| Header | keybddr.h |
| Library | layoutmanager.lib |
| Windows Embedded CE | Windows CE .NET 4.2 and later |