IUIX_CmdCollection::Delete Method

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

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


Removes given command from the command collection.

Syntax

HRESULT Delete([in]  IUIX_Cmd*  pCmd);

Parameters

pCmd
[in] Pointer to IUIX_Cmd containing the command that needs to be deleted.

Return Value

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

See Also

IUIX_CmdCollection