ImmGetConversionStatus

A version of this page is also available for

Windows Embedded CE 6.0 R3

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 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 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

See Also

Concepts

IME Conversion Mode Values
IME Escapes