This function sets the current conversion status.
At a Glance
Header file: | Imm.h |
Windows CE versions: | 2.10 and later (Japanese version 1.0 and later) |
Syntax
BOOL ImmSetConversionStatus(HIMC hIMC, DWORD fdwConversion, 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.
fdwConvStatus
[in] Specifies conversion mode 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.