IPXC_Document::CreateActionsList Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT CreateActionsList([out, retval]  IPXC_ActionsList**  pAList);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT CreateActionsList([out, retval]  IPXC_ActionsList**  AList);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pAList
+
;AList
 
:[out, retval]  Pointer to [[PXV:IPXC_ActionsList|IPXC_ActionsList]] containing the newly created actions list.
 
:[out, retval]  Pointer to [[PXV:IPXC_ActionsList|IPXC_ActionsList]] containing the newly created actions list.
  

Revision as of 06:59, 12 June 2015


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

Syntax

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

Parameters

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