SECEdit::MergeUndoCommand

void SECEdit::MergeUndoCommand(SECEditCommand* pCmd, BOOL bNewCmdFirst)

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

SECEdit SECEditCompositeCommand

RemoveTopUndoCmd Undo Redo