Share via


IMN_SETCONVERSIONMODE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message is sent when the conversion mode of the Input Context is updated. When the application or UI window receives this message, either one can call the ImmGetConversionStatus function to obtain information about the status window.

Syntax

WM_IME_NOTIFY
  wSubMessage = IMN_SETCONVERSIONMODE;
    lParam = 0;

Parameters

  • lParam
    Not used.

Return Value

None.

Remarks

The UI window redraws the status window if the status window shows the conversion mode.

Requirements

Header imm.h
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

ImmGetConversionStatus
WM_IME_NOTIFY