EN_IMECHANGE

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;
 

Parameters

uID
Identifier of the rich edit control.

Return Values

Returns zero.

Remarks

To receive EN_IMECHANGE notifications, specify the ENM_IMECHANGE flag in the mask sent with the EM_SETEVENTMASK message.

QuickInfo

  Windows NT: Requires version 3.51 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in richedit.h.

See Also

Rich Edit Controls Overview, Rich Edit Notification Messages