The WM_IME_SETCONTEXT message is sent to an application when a window of the application is activated. If the application has created an IME window, it should call the ImmIsUIMessage function. Otherwise, it should pass this message to the DefWindowProc function.
fSet = (BOOL) wParam;
iShow = (DWORD) lParam;
Value |
Description |
ISC_SHOWUICOMPOSITIONWINDOW |
Shows the composition window by UI window. |
ISC_SHOWUIGUIDWINDOW |
Shows the guide window by UI window |
ISC_SHOWUISOFTKBD |
Shows the soft keyboard by UI window |
ISC_SHOWUICANDIDATEWINDOW |
Shows the candidate window of Index 0 by UI window. |
ISC_SHOWUICANDIDATEWINDOW << 1 |
Shows the candidate window of Index 1 by UI window. |
ISC_SHOWUICANDIDATEWINDOW << 2 |
Shows the candidate window of Index 2 by UI window. |
ISC_SHOWUICANDIDATEWINDOW << 3 |
Shows the candidate window of Index 3 by UI window. |
If the application draws the composition window, the default IME window does not need to show its composition window. In this case, the application must clear the ISC_SHOWUICOMPOSITIONWINDOW value from the lParam parameter before passing the message to the DefWindowProc or ImmIsUIMessage functions.
Returns the value returned by DefWindowProc or ImmIsUIMessage.
file: /Techref/os/win/api/win32/mess/src/msg24_24.htm, 3KB, , updated: 2000/4/7 11:20, local time: 2024/11/13 21:04,
18.221.96.100:LOG IN
|
©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://linistepper.com/Techref/os/win/api/win32/mess/src/msg24_24.htm"> WM_IME_SETCONTEXT</A> |
Did you find what you needed? |