IMR_RECONVERTSTRING

When a selected IME needs a string for re-conversion, this message is sent to the application through the WM_IME_REQUEST message.

lParam = (LPARAM) lpRECONVERTSTRING;
 

Parameters

lpRECONVERTSTRING
Pointer to a buffer containing the RECONVERTSTRING structure and strings.

Return Values

Returns the required size of the RECONVERTSTRING if the application filled the RECONVERTSTRING structure in lParam. Otherwise, returns zero. However, if lParam is NULL, the application must return the required size of the RECONVERTSTRING.

See Also

Input Method Editor Overview, Input Method Editor Messages, RECONVERTSTRING, WM_IME_REQUEST