SECEditCompositeCommand::IsCommandUnique

BOOL SECEditCompositeCommand::IsCommandUnique(MvcCommand* pNewCommand)

Queries whether a command is unique to all other commands in the composite command.

Defined in: SECEditCompositeCommand.cpp

Return Value

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

Parameters

pNewCommand

Points to the command to check for uniqueness.

See Also

SECEditCompositeCommand AddCommand