IMN_SETCONVERSIONMODE (Windows Embedded CE 6.0)
1/6/2010
This message is sent when the conversion mode of the Input Context is updated. When the application or UI window receives this message, either one can call the ImmGetConversionStatus function to obtain information about the status window.
Syntax
WM_IME_NOTIFY
wSubMessage = IMN_SETCONVERSIONMODE;
lParam = 0;
Parameters
- lParam
Not used.
Return Value
None.
Remarks
The UI window redraws the status window if the status window shows the conversion mode.
Requirements
Header | imm.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
ImmGetConversionStatus
WM_IME_NOTIFY