WM_IME_REQUEST

The WM_IME_REQUEST message requests information about the state of the IME.

dwRequest = (WPARAM) (DWORD)wParam;
dwDate = (LPARAM) (DWORD) lParam;
 

Parameters

dwRequst
Request value. This parameter can be one of the following values.
IMR_CANDIDATEFORM IMR_COMPOSITIONFONT
IMR_COMPOSITIONFORM IMR_CONFIRMRECONVERTSTRING
IMR_RECONVERTSTRING

See each value for more information.

dwData
Request-specific data. See the description for each request value for more information.

Return Values

Returns a request-specific value. See the description for each request value for more information.

See Also

Input Method Editor Overview, Input Method Editor Messages, Input Method Editor Messages