Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function sets the current conversion status.
BOOL ImmSetConversionStatus( HIMChIMC, DWORDfdwConversion, DWORD fdwSentence);
Parameters
- hIMC
[in] Handle to the input context. If hIMC is NULL, then the conversion mode of the current active context is set. - fdwConversion
[in] Conversion mode values. For more information, see IME Conversion Mode Values Values. - fdwSentence
[in] Unsupported; should be set to NULL.
Return Values
Nonzero indicates success. Zero indicates failure.
Remarks
This function sends a IMN_SETCONVERSIONMODE message to the application when a mode change occurs and a IMN_SETSENTENCEMODE message when a sentence mode changes.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
Link Library: Coreimm.lib.
See Also
IMN_SETCONVERSIONMODE | IMN_SETSENTENCEMODE | IME Conversion Mode Values
Send Feedback on this topic to the authors