ImmGetConversionStatus function (imm.h)

Retrieves the current conversion status.

Syntax

BOOL ImmGetConversionStatus(
                  HIMC    unnamedParam1,
  [out, optional] LPDWORD lpfdwConversion,
  [out, optional] LPDWORD lpfdwSentence
);

Parameters

unnamedParam1

[out, optional] lpfdwConversion

Pointer to a variable in which the function retrieves a combination of conversion mode values. For more information, see IME Conversion Mode Values.

[out, optional] lpfdwSentence

Pointer to a variable in which the function retrieves a sentence mode value. For more information, see IME Sentence Mode Values.

Return value

Returns a nonzero value if successful, or 0 otherwise.

Remarks

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

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only],East Asian language support installed.
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header imm.h (include Immdev.h, Windows.h)
Library Imm32.lib
DLL Imm32.dll

See also

Input Method Manager

Input Method Manager Functions