WM_IME_NOTIFY (Compact 2013)

3/28/2014

This message is sent to an application to notify it of changes to the IME window. An application processes this message if it is responsible for managing the IME window.

Syntax

WM_IME_NOTIFY
    dwCommand = (DWORD) wParam;
    dwData = (DWORD) lParam;

Parameters

  • dwCommand
    Command value. The following table shows the values this parameter can take.

    Value

    Description

    IMN_CLOSECANDIDATE

    This message is sent to the application when an IME is about to close the candidate window.

    IMN_CLOSESTATUSWINDOW

    This message is sent to the application when an input method editor (IME) is about to close the status window.

    IMN_GUIDELINE

    This message is sent when an IME is about to show an error or information.

    IMN_OPENCANDIDATE

    This message is sent to the application when an IME is about to open the candidate window.

    IMN_OPENSTATUSWINDOW

    This message is sent when an IME is about to create the status window.

    IMN_SETCANDIDATEPOS

    This message is sent when the IME is about to move the candidate window.

    IMN_SETCOMPOSITIONFONT

    This message is sent when the font of the input context is updated.

    IMN_SETCOMPOSITIONWINDOW

    This message is sent when the composition form of the input context is updated.

    IMN_SETCONVERSIONMODE

    This message is sent when the conversion mode of the Input Context is updated.

    IMN_SETOPENSTATUS

    This message is sent when the open status of the input context is updated.

    IMN_SETSENTENCEMODE

    This message is sent when the sentence mode of the input context is updated.

    IMN_SETSTATUSWINDOWPOS

    This message is sent when the status window position in the input context is updated.

    • dwData
      Command-specific value.

    Return Value

    Returns a command-specific value.

    Requirements

    Header

    imm.h

    See Also

    Reference

    Input Method Editor (IME) Window Messages