ImmGetConversionStatus

The ImmGetConversionStatus function gets the current conversion status.

BOOL ImmGetConversionStatus(
  HIMC hIMC,             
  LPDWORD lpfdwConversion,   
  LPDWORD lpfdwSentence  
);
 

Parameters

hIMC
Handle to the input context for which to retrieve information.
lpfdwConversion
Pointer to a 32-bit variable that receives a combination of conversion mode values. For more information, see the "IME Conversion Mode Values" table in Input Method Editor Constants.
lpfdwSentence
Pointer to a 32-bit variable that receives a sentence mode value. For more information, see the "IME Sentence Mode Values" table in Input Method Editor Constants.

Return Values

If the function succeeds, the return value is a nonzero value.

If the function fails, the return value is zero.

Remarks

Conversion and sentence mode values are set only if the IME supports those modes.

QuickInfo

  Windows NT: Requires version 4.0 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Requires version 2.0 or later (FE).
  Header: Declared in imm.h.
  Import Library: Use imm32.lib.

See Also

Input Method Editor Overview, Input Method Editor Functions