IUIX_CmdCollection::DeleteAll Method

From PDF XChange PDF SDK
Jump to: navigation, search


Removes all of the command that share the given command handler.

Syntax

HRESULT DeleteAll([in]  IUIX_CmdHandler*  pHandler);

Parameters

pHandler
[in] Pointer to IUIX_CmdHandler containing the command handler.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_CmdCollection