Share via


IMN_CHANGECANDIDATE (Windows CE 5.0)

Send Feedback

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.

WM_IME_NOTIFYwSubMessage = 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 Values

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.

See Also

ImmGetCandidateList | ImmGetCandidateListCount | WM_IME_NOTIFY

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.