IPXC_Document::CreateActionsList Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Document::CreateActionsList Method}} | {{#customTitle:IPXC_Document::CreateActionsList Method}} | ||
− | {{#parentPage:PXV:IPXC_Document#Methods|CreateActionsList | + | {{#parentPage:PXV:IPXC_Document#Methods|CreateActionsList|method}} |
{{ToReview}} | {{ToReview}} | ||
Revision as of 07:24, 23 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.