EM_EMPTYUNDOBUFFER top-level constant

int const EM_EMPTYUNDOBUFFER

Resets the undo flag of an edit control.

The undo flag is set whenever an operation within the edit control can be undone. You can send this message to either an edit control or a rich edit control.

Implementation

const EM_EMPTYUNDOBUFFER = 0x00CD;