PFN_LAYOUT_MGR_GET_KEYBOARD_LAYOUT (Windows Embedded CE 6.0)
1/6/2010
This function is a prototype of a function that returns the current input locale identifier.
Syntax
typedef HKL (*PFN_LAYOUT_MGR_GET_KEYBOARD_LAYOUT)(
DWORD idThread
);
Parameters
- idThread
[in] Set to zero.
Return Value
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
Header | keybddr.h |
Library | layoutmanager.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |