EM_SETMODIFY

An application sends an EM_SETMODIFY message to set or clear the modification flag for an edit control. The modification flag indicates whether or not the text within the edit control has been modified. It is automatically set whenever the user changes the text. Its value may be retrieved by sending an EM_GETMODIFY message.

Parameters

wParam

Specifies the new value for the modify flag. A value of TRUE indicates the text has been modified, and a value of FALSE indicates it is unmodified.

lParam

This parameter is not used.

Return Value

This message always returns TRUE.

See Also

EM_GETMODIFY