ImmIsUIMessage

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

At a Glance

Header file: Imm.h
Windows CE versions: 2.10 and later (Japanese version 1.0 and later)

Syntax

BOOL ImmIsUIMessage(HWND hWndIME, UINT msg, WPARAM wParam,
LPARAM lParam);

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 message is processed by the IME window.

Zero indicates that the message is not processed by the IME window.

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.