IME Messages

IME Messages

IME Messages are the messages which IME gets/sends, related to the user event or application control.

WM_IMENOTIFY

This message is sent to the application for the notification of the IME related events. IME needs to call ImRequestEvent with the parameter WM_IMENOTIFY/IMN_STARTCONVERSION when IME is about to display its conversion window, and WM_IMENOTIFY/IMN_ENDCONVERSION just after closing conversion window and sending result part string to the application. During the conversion, if no space is available to show the conversion window, IME needs to send WM_IMENOTIFY/IMN_CONVERSIONFULL message from IME's conversion part window procedure using WinSendMsg call.

WM_IMEREQUEST

This message is sent to the IME Window for the notification of the events. Typically as the result of ImRequestEvent call. Refer to IM Interface section for more detail.

WM_QUERYIMEWINDOWCAPS

This message is sent to the IME Window by the system to query the capability of Part windows.


[Back: ImeTerminate]
[Next: IM Exported Entries for IME]