IPXC_Document::CreateActionsList Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Document::CreateActionsList Method}}
 
{{#customTitle:IPXC_Document::CreateActionsList Method}}
 +
{{#parentPage:PXV:IPXC_Document#Methods|CreateActionsList|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Creates new [[PXV:IPXC_ActionsList|actions list]] that is used as an array of [[PXV:IPXC_Action|actions]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT CreateActionsList([out, retval] IPXC_ActionsList** ppAList);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT CreateActionsList([out, retval] IPXC_ActionsList** pAList);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''ppAList''
+
;pAList
:[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 ==
Line 15: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Document|IPXC_Document]].
+
[[PXV:IPXC_Document|IPXC_Document]]

Latest revision as of 03:24, 15 June 2015


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

Syntax

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

Parameters

pAList
[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