SECEdit::MergeUndoCommand
voidSECEdit::MergeUndoCommand(SECEditCommand*pCmd, BOOLbNewCmdFirst)
Merges the given command with the top command on the undo stack. This is accomplished by joining the commands in an SECEditCompositeCommand.
Defined in: SECEdit.cpp
Return Value
void
Parameters
pCmd
Points to a command object.
bNewCmdFirst
If non-zero, indicates that the command pointed to by pCmd is done first and undone last.
See Also