Share via


ImmSetConversionStatus (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IMN_SETCONVERSIONMODE
IMN_SETSENTENCEMODE

Concepts

IME Conversion Mode Values
IME Sentence Mode Values

Other Resources

Input Method Manager (IMM) Functions