WM_IME_NOTIFY (Windows Embedded CE 6.0)
1/6/2010
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 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.
This message is sent to the application when an IME is about to close the candidate window.
This message is sent to the application when an input method editor (IME) is about to close the status window.
This message is sent when an IME is about to show an error or information.
This message is sent to the application when an IME is about to open the candidate window.
This message is sent when an IME is about to create the status window.
This message is sent when the IME is about to move the candidate window.
This message is sent when the font of the input context is updated.
This message is sent when the composition form of the input context is updated.
This message is sent when the conversion mode of the Input Context is updated.
This message is sent when the open status of the input context is updated.
This message is sent when the sentence mode of the input context is updated.
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |