Share via


ImmSetConversionStatus (Compact 2013)

3/28/2014

This function sets the current conversion status.

Syntax

BOOL ImmSetConversionStatus(
  HIMC hIMC, 
  DWORD fdwConversion, 
  DWORD fdwSentence
);

Parameters

  • hIMC
    [in] Handle to the input context. If hIMC is NULL, then the conversion mode of the current active context is set.

Return Value

Nonzero indicates success. Zero indicates failure.

Remarks

This function sends a IMN_SETCONVERSIONMODE message to the application when a mode change occurs and a IMN_SETSENTENCEMODE message when a sentence mode changes.

Requirements

Header

imm.h

Library

Coreimm.lib

See Also

Reference

Input Method Manager (IMM) Functions
IMN_SETCONVERSIONMODE
IMN_SETSENTENCEMODE

Other Resources

IME Conversion Mode Values
IME Sentence Mode Values