Share via


IMN_CHANGECANDIDATE (Compact 2013)

3/28/2014

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

See Also

Reference

Input Method Manager (IMM) Messages
ImmGetCandidateList
ImmGetCandidateListCount

Other Resources

WM_IME_NOTIFY