Share via


IMN_CHANGECANDIDATE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message is sent when an IME is about to change the content of a candidate window. An application then processes this message to display the candidate window itself.

Syntax

WM_IME_NOTIFY
  wSubMessage = IMN_CHANGECANDIDATE;
    lCandidateList = lParam;

Parameters

  • lCandidateList
    Value that shows which candidate list should be updated. For example, if bit zero is 1, the first candidate list should be updated. If bit 31 is 1, the 32nd candidate list should be updated.

Return Value

None.

Remarks

The UI window redraws a candidate window when it receives this message.

An application can get data about the system window with the ImmGetCandidateListCount and ImmGetCandidateList functions.

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

ImmGetCandidateList
ImmGetCandidateListCount
WM_IME_NOTIFY