EM_GETMODIFY top-level constant

int const EM_GETMODIFY

Gets the state of an edit control's modification flag.

The flag indicates whether the contents of the edit control have been modified. You can send this message to either an edit control or a rich edit control.

Implementation

const EM_GETMODIFY = 0x00B8;