IPXC_Document::CreateActionsList Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Creates new [[PXV:IPXC_ActionsList|actions list]] which is used as an array of [[PXV:IPXC_Action|actions]].
+
Creates new [[PXV:IPXC_ActionsList|actions list]] that is used as an array of [[PXV:IPXC_Action|actions]].
  
 
== Syntax ==
 
== Syntax ==

Revision as of 02:25, 25 May 2015


Creates new actions list that 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