Share via


WM_IME_NOTIFY (Windows CE 5.0)

Send Feedback

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.

WM_IME_NOTIFYdwCommand = (DWORD)wParam;dwData = (DWORD)lParam;

Parameters

  • dwCommand
    Command value. The following table shows the values this parameter can take.
    Value Description
    IMN_CHANGECANDIDATE 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.
    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 Values

Returns a command-specific value.

Requirements

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.