ImmIsUIMessage (Windows CE 5.0)

Send Feedback

This function checks for messages intended for the IME window and sends those messages to the specified window.

BOOL ImmIsUIMessage(HWNDhWndIME,UINTmsg,WPARAMwParam,LPARAMlParam);

Parameters

  • hWndIME
    [in] Handle to a window belonging to the IME window class.
  • msg
    [in] Message to check.
  • wParam
    [in] 32-bit message-specific parameter.
  • lParam
    [in] 32-bit message-specific parameter.

Return Values

Nonzero indicates that the IME window processes the message.

Zero indicates that the IME window does not process the message.

Remarks

An application typically uses this function to display any composition string or candidate list specified by IME. If hWndIME is NULL, the function checks whether the message is a user interface message.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
Link Library: Coreimm.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.