WM_IME_ENDCOMPOSITION

The WM_IME_ENDCOMPOSITION message is sent to an application when the IME ends composition.

There is no return value.

An application that needs to display composition characters by itself should not pass this message to either the application IME user interface window or DefWindowProc, which passes it to the default IME window.