Share via


ImmGetConversionStatusForeground (Windows CE 5.0)

Send Feedback

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

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 Values

Returns TRUE if successful and FALSE otherwise.

Remarks

This function is only available to OEMs.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Pwinuser.h.
Link Library: Linked during platform build

See Also

IME Conversion Mode Values | IME Sentence Mode Values

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.