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.
At a Glance
Header file: | Imm.h |
Windows CE versions: | 2.10 and later (Japanese version 1.0 and later) |
Syntax
WM_IME_NOTIFY dwCommand = (DWORD) wParam;
dwData = (DWORD) lParam;
Parameters
dwCommand
Specifies one of the following command values:
For more information about these commands, see the corresponding descriptions.
dwData
Specifies a command-specific value.
Return Values
Returns a command-specific value.
IMN_CHANGECANDIDATE, IMN_OPENCANDIDATE, IMN_OPENSTATUSWINDOW, IMN_SETCANDIDATEPOS, IMN_SETCOMPOSITIONFONT, IMN_SETCOMPOSITIONWINDOW, IMN_SETCONVERSIONMODE, IMN_SETOPENSTATUS, IMN_SETSENTENCEMODE, IMN_SETSTATUSWINDOWPOS
Remarks
Windows CE supports the following values for the dwCommand parameter:
IMN_CHANGECANDIDATE | IMN_SETCANDIDATEPOS |
IMN_CLOSECANDIDATE | IMN_SETCOMPOSITIONWINDOW |
IMN_OPENCANDIDATE | IMN_SETCONVERSIONMODE |
IMN_PRIVATE | IMN_SETOPENSTATUS |
IMN_SETSENTENCEMODE |