IPXC_Document::CreateActionsList Method

From PDF XChange PDF SDK
Revision as of 08:24, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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