table of contents
other versions
- wheezy 1.4.1-4
ChangeKeyboardLanguage16(3w) | Wine API | ChangeKeyboardLanguage16(3w) |
NAME¶
ChangeKeyboardLanguage16 (USER.912)SYNOPSIS¶
DWORD ChangeKeyboardLanguage16(
UINT16 iLangLeft,
UINT16 iLangRight
)
DESCRIPTION¶
Change the keyboard layouts to a new pair.RETURNS¶
The old keyboard layout pair.IMPLEMENTATION¶
Not declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/user.exe16/bidi.c". Debug channel "relay".Oct 2012 | Wine API |