An application sends an EM_EMPTYUNDOBUFFER message to reset the undo flag of an edit control. The undo flag is set whenever an operation within the edit control can be undone.
EM_EMPTYUNDOBUFFER 
wParam = 0; // not used; must be zero 
lParam = 0; // not used; must be zero 
 This message has no parameters.
This message does not return a value.
The undo flag is automatically reset whenever the edit control receives a WM_SETTEXT or EM_SETHANDLE message.
  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Requires version 1.0 or later.
  Header: Declared in winuser.h.
Edit Controls Overview, Edit Control Messages, EM_CANUNDO, EM_SETHANDLE, EM_UNDO, WM_SETTEXT