EN_CHANGE (rich edit) notification code

Notifies a windowless rich edit control's host window that a change has occurred. A rich edit control sends this notification code in the form of a WM_NOTIFY message.

EN_CHANGE

    penChangeNotify = (CHANGENOTIFY *) lParam; 

Parameters

lParam

A CHANGENOTIFY structure specifying the change that was made.

Return value

This notification code does not return a value.

Remarks

To receive EN_CHANGE notification codes, specify ENM_CHANGE in the mask sent with the EM_SETEVENTMASK message.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Winuser.h

See also

TxNotify