IUIX_CmdCollection::Delete Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdCollection::Delete Method}}
 
{{#customTitle:IUIX_CmdCollection::Delete Method}}
{{#parentPage:PXV:IUIX_CmdCollection|Delete Method|method}}
+
{{#parentPage:PXV:IUIX_CmdCollection#Methods|Delete|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Removes given command from the command collection.
  
 
== Syntax ==
 
== Syntax ==
Line 12: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;pCmd
 
;pCmd
:[in]  Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]].
+
:[in]  Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]] containing the command that needs to be deleted.
  
 
== Return Value ==
 
== Return Value ==
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]].
+
[[PXV:IUIX_CmdCollection|IUIX_CmdCollection]]

Latest revision as of 05:21, 4 April 2016


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