Prev Next
The WM_INPUTLANGCHANGE message is sent to the topmost affected window after an
application痴 input language has been changed. You should make any
application-specific settings and pass the message to the DefWindowProc
function, which passes the message to all first-level child windows. These
child windows can pass the message to DefWindowProc to have it pass the
message to their child windows, and so on.
WM_INPUTLANGCHANGE
charset = wParam;
hkl = (HKL) lParam;
Parameters
-
charset
-
Specifies the character set of the new keyboard layout.
-
hkl
-
Identifies the new keyboard layout.
Return Values
An application should return nonzero if it processes this message.
See Also
DefWindowProc, WM_INPUTLANGCHANGEREQUEST
file: /Techref/os/win/api/win32/mess/src/msg25.htm,
1KB, , updated: 2000年4月7日 12:20, local time: 2025年9月23日 02:12,
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE.
Questions?<A HREF="http://massmind.org/techref/os/win/api/win32/mess/src/msg25.htm"> WM_INPUTLANGCHANGE</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to massmind.org!
.