IPXC_Document::CreateActionsList Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXC_Document::CreateActionsList Method}}
 
{{#customTitle:IPXC_Document::CreateActionsList Method}}
 
{{#parentPage:PXV:IPXC_Document|CreateActionsList Method|method}}
 
{{#parentPage:PXV:IPXC_Document|CreateActionsList Method|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Creates new [[PXV:IPXC_ActionsList|actions list]] which is used as an array of [[PXV:IPXC_Action|actions]].
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;ppAList
 
;ppAList
:[out, retval]  Pointer to [[PXV:IPXC_ActionsList|IPXC_ActionsList]].
+
:[out, retval]  Pointer to [[PXV:IPXC_ActionsList|IPXC_ActionsList]] containing the newly created actions list.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 05:06, 21 May 2015


Creates new actions list which is used as an array of actions.

Syntax

HRESULT CreateActionsList([out, retval]  IPXC_ActionsList**  ppAList);

Parameters

ppAList
[out, retval] Pointer to IPXC_ActionsList containing the newly created actions list.

Return Value

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

See Also

IPXC_Document.