An application sends a WM_UNDO message to an edit control to undo the last operation. 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; // not used; must be zero lParam = 0; // not used; must be zero
This message has no parameters.
If the message succeeds, the return value is TRUE; otherwise, it is FALSE.
WM_CLEAR, WM_COPY, WM_CUT, WM_PASTE
file: /Techref/os/win/api/win32/mess/src/msg28_16.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/9 15:40,
18.221.240.52:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/mess/src/msg28_16.htm"> WM_UNDO</A> |
Did you find what you needed? |