EM_EMPTYUNDOBUFFER

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message resets the undo flag of an edit control. The undo flag is set whenever an operation within the edit control can be undone.

Syntax

EM_EMPTYUNDOBUFFER 
    wParam = 0; 
    lParam = 0;

Return Value

  • wParam
    Not used; set to 0.
  • lParam
    Not used; set to 0.

Remarks

The undo flag is automatically reset whenever the edit control receives a WM_SETTEXT message.

Requirements

Header windows.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

EM_CANUNDO
EM_UNDO
WM_SETTEXT
Edit Boxes Messages