IUIX_CmdCollection::DeleteItems Method

From PDF XChange PDF SDK
Revision as of 05:24, 4 April 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

See Also

IUIX_CmdCollection