This function gets 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 ImmGetConversionStatus(HIMC hIMC, LPDWORD lpfdwConversion, LPDWORD lpfdwSentence);
Parameters
hIMC
[in] Handle to the input context for which to retrieve information. In Windows CE versions 2.10 and later, if hIMC is NULL, then the conversion status for the current active context is returned.
lpfdwConversion
[out] Long pointer to a 32-bit variable that receives a combination of conversion mode values.
lpfdwSentence
[out] Long pointer to a 32-bit variable that receives a sentence mode value.
Return Values
Nonzero indicates success. Zero indicates failure.
Remarks
Conversion and sentence mode values are set only if the IME supports those modes.