SECEditCommand::IsAddCmd
BOOLSECEditCommand::IsAddCmd(void)
Queries whether the command is an insert or delete command.
Defined in: SECEditCommand.cpp
Return Value
Returns non-zero if the command is an insert command, or 0 to indicate the command is a delete command.
See Also