IMC_SETCONVERSIONMODE

This message is sent by an application to an IME window to set current conversion mode.

At a Glance

Header file: Imm.h
Windows CE versions: 2.1 and later

Syntax

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

Parameters

cMode

IME conversion mode value.

Return Values

Zero indicates success. Nonzero indicates failure.