ImmGetConversionStatus (Compact 2013)

3/28/2014

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

See Also

Reference

Input Method Manager (IMM) Functions

Other Resources

IME Conversion Mode Values
IME Escapes