IMC_SETCONVERSIONMODE

An application sends the IMC_SETCONVERSIONMODE message to an IME window to set current conversion mode.

msg = (UINT) WM_IME_CONTROL;
wParam = (WPARAM) IMC_SETCONVERSIONMODE;
lParam = (LPARAM) cMode;
 

Parameters

lParam
Conversion mode. This parameter can be one of the values specified in the "IME Conversion Modes" table in Input Method Editor Constants.

Return Values

Returns zero if successful, nonzero otherwise.

QuickInfo

  Windows NT: Requires version 4.0 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.

See Also

Input Method Editor Overview, Input Method Editor Messages