Platform SDK: International Features |
The IMR_COMPOSITIONWINDOW command is sent when a selected IME needs information about the composition window.
The application receives this command through the WM_IME_REQUEST message with wParam and lParam set as follows.
Returns a nonzero value if the application filled in the COMPOSITIONFORM structure in lParam. Otherwise, returns zero.
This notification may be sent by the IME to a window that cleared the ISC_SHOWUICOMPOSITIONWINDOW flag in the WM_IME_SETCONTEXT message handler.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 98.
Header: Declared in Imm.h.
Input Method Editor Overview, Input Method Editor Commands, WM_IME_REQUEST, COMPOSITIONFORM