IUIX_CmdCollection::DeleteAll Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdCollection::DeleteAll Method}}
 
{{#customTitle:IUIX_CmdCollection::DeleteAll Method}}
 
{{#parentPage:PXV:IUIX_CmdCollection#Methods|DeleteAll|method}}
 
{{#parentPage:PXV:IUIX_CmdCollection#Methods|DeleteAll|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Removes all of the command that share the given command handler.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;pHandler
 
;pHandler
:[in]  Pointer to [[PXV:IUIX_CmdHandler|IUIX_CmdHandler]].
+
:[in]  Pointer to [[PXV:IUIX_CmdHandler|IUIX_CmdHandler]] containing the command handler.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 05:22, 4 April 2016


Removes all of the command that share the given command handler.

Syntax

HRESULT DeleteAll([in]  IUIX_CmdHandler*  pHandler);

Parameters

pHandler
[in] Pointer to IUIX_CmdHandler containing the command handler.

Return Value

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

See Also

IUIX_CmdCollection