Platform SDK: International Features

IMR_RECONVERTSTRING

The IMR_RECONVERTSTRING command is sent when a selected IME needs a string for reconversion.

The application receives this command through the WM_IME_REQUEST message with wParam and lParam set as follows.

Parameters

wParam
Set to IMR_RECONVERTSTRING.
lParam
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.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 98.
  Header: Declared in Imm.h.

See Also

Input Method Editor Overview, Input Method Editor Commands, RECONVERTSTRING, WM_IME_REQUEST