SECEditCompositeCommand::AddCommand

BOOL SECEditCompositeCommand::AddCommand(MvcCommand* pNewCommand)

Adds a command to the list of commands.

Defined in: SECEditCompositeCommand.cpp

Return Value

Returns non-zero if the command to be added is unique; otherwise 0.

Parameters

pNewCommand

Points to the command to be added.

See Also

SECEditCompositeCommand IsCommandUnique