SECEditCompositeCommand::Unexecute
BOOLSECEditCompositeCommand::Unexecute(void)
Unexecutes all commands in order.
Defined in: SECEditCompositeCommand.cpp
Return Value
Returns non-zero if all commands making up the composite unexecute successfully. If any of the commands fail, this method terminates immediately and returns 0.
See Also