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.
EM_CANUNDO, EM_SETHANDLE, EM_UNDO, WM_SETTEXT
file: /Techref/os/win/api/win32/mess/src/msg04_11.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/14 00:52,
3.128.202.133:LOG IN
|
©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/msg04_11.htm"> EM_EMPTYUNDOBUFFER</A> |
Did you find what you needed? |