The WM_IME_REQUEST message requests information about the state of the IME.
dwRequest = (WPARAM) (DWORD)wParam;
dwDate = (LPARAM) (DWORD) lParam;
IMR_CANDIDATEFORM | IMR_COMPOSITIONFONT |
IMR_COMPOSITIONFORM | IMR_CONFIRMRECONVERTSTRING |
IMR_RECONVERTSTRING |
See each value for more information.
Returns a request-specific value. See the description for each request value for more information.
Input Method Editor Overview, Input Method Editor Messages, Input Method Editor Messages