|
virtual |
Adds undo action to the undo buffer.
Called by the edit control when there is a need to add an undo action to the undo buffer. Currently, the following actions are stored in the undo buffer:
There are following predefined action types:
lpActionData | Points to a user-defined "action data" to be stored in the undo buffer. You can use it store extended information about the undo action. |
dwAction | Specifies the action code (action type). |
bDestroyData | Specifies whether the user-defined data should be deallocated automatically by the edit control. |