WM_UNDO (Windows CE 5.0)

Send Feedback

This message reverses the effect of the last operation on an edit control. When this message is sent to an edit control, the previously deleted text is restored or the previously added text is deleted.

WM_UNDO wParam = 0;lParam = 0;

Parameters

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

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Windows.h.

See Also

WM_CLEAR | WM_COPY | WM_CUT | WM_PASTE | Edit Boxes Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.