Notifies a rich edit control's parent that the IME conversion status has changed. This message is available only for Asian-language versions of the operating system.
EN_IMECHANGE
wParam = (WPARAM) (UINT) uID;
lParam = (LPARAM) 0;
Returns zero.
To receive EN_IMECHANGE notifications, specify the ENM_IMECHANGE flag in the mask sent with the EM_SETEVENTMASK message.
Windows NT: Requires version 3.51 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in richedit.h.
Rich Edit Controls Overview, Rich Edit Notification Messages