IMN_SETCONVERSIONMODE (Compact 2013)
3/28/2014
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 |
See Also
Reference
Input Method Manager (IMM) Messages
ImmGetConversionStatus