IUIX_CmdCollection::DeleteItems Method
From PDF XChange PDF SDK
Removes commands from the command collection with given parameters.
Syntax
HRESULT DeleteItems([in] IUIX_Cmd* pCmd, [in, defaultvalue(0)] LONG nFlags);
Parameters
- pCmd
- [in] Pointer to IUIX_Cmd containing the command that needs to be removed.
- nFlags
- [in, defaultvalue(0)] Value of LONG containing the parameters that should be used when removing given command.
Return Value
Returns S_OK if operation was successful or error code in other cases.