Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This function gets the current conversion status.
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 2.10 and later, if hIMCis 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 Value
Nonzero indicates success. Zero indicates failure.
Remarks
Conversion and sentence mode values are set only if the IME supports those modes.
Requirements
Header | imm.h |
Library | Coreimm.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |