WM_IME_ENDCOMPOSITION

This message is sent to an application when the IME ends composition. An application should process this message if it displays composition characters itself.

At a Glance

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

Return Values

None

Remarks

Windows CE applications cannot create IME windows.

The wParam and lParam parameters are not used.

If an application has created an IME window, it should pass this message to that window. The DefWindowProc function processes this message by passing it to default IME window.

See Also

DefWindowProc