IUIX_CmdCollection::Delete2 Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdCollection::Delete2 Method}} | {{#customTitle:IUIX_CmdCollection::Delete2 Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdCollection#Methods|Delete2 | + | {{#parentPage:PXV:IUIX_CmdCollection#Methods|Delete2|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Removes given command from the command collection. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;nCmdID | ;nCmdID | ||
− | :[in] Value of LONG. | + | :[in] Value of LONG containing the ID of the command that needs to be deleted. |
== Return Value == | == Return Value == |
Latest revision as of 04:22, 4 April 2016
Removes given command from the command collection.
Syntax
HRESULT Delete2([in] LONG nCmdID);
Parameters
- nCmdID
- [in] Value of LONG containing the ID of the command that needs to be deleted.
Return Value
Returns S_OK if operation was successful or error code in other cases.