Share via


ImmGetConversionStatusForeground (Compact 2013)

3/28/2014

This function retrieves the current IME conversion and sentences modes for the foreground thread.

Syntax

BOOL WINAPI ImmGetConversionStatusForeground(
  DWORD* pfdwConversion,
  DWORD* pfdwSentence
);

Parameters

  • pfdwConversion
    [out] A pointer to the DWORD that will receive the current IME conversion mode value for the foreground thread.
  • pfdwSentence
    [out] A pointer to the DWORD that will receive the current IME sentence mode for the foreground thread.

Return Value

Returns TRUE if successful and FALSE otherwise.

Remarks

This function is linked during the platform build.

Requirements

Header

pwinuser.h

See Also

Reference

Input Method Manager (IMM) Functions

Other Resources

IME Conversion Mode Values
IME Sentence Mode Values