The WM_INPUTLANGCHANGE message is sent to the topmost affected window after an application’s 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;
An application should return nonzero if it processes this message.
DefWindowProc, WM_INPUTLANGCHANGEREQUEST
file: /Techref/os/win/api/win32/mess/src/msg25.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/5 02:27,
18.221.240.52:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 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! |
.