EM_SETMODIFY top-level constant

int const EM_SETMODIFY

Sets or clears the modification flag for an edit control.

The modification flag indicates whether the text within the edit control has been modified. You can send this message to either an edit control or a rich edit control.

Implementation

const EM_SETMODIFY = 0x00B9;