ImmGetConversionStatus (Windows CE 5.0)
This function gets the current conversion status.
BOOL ImmGetConversionStatus( HIMChIMC, LPDWORDlpfdwConversion, LPDWORDlpfdwSentence);
Parameters
- hIMC
[in] Handle to the input context for which to retrieve information. In Microsoft Windows CE 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. For more information, see IME Conversion Mode Values. - lpfdwSentence
[out] Long pointer to a 32-bit variable that receives a sentence mode value. For more information about the escape, see IME Escapes.
Return Values
Nonzero indicates success. Zero indicates failure.
Remarks
Conversion and sentence mode values are set only if the IME supports those modes.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
Link Library: Coreimm.lib.
See Also
IME Conversion Mode Values | IME Escapes
Send Feedback on this topic to the authors