IPXV_Inst::PerformActions Method

From PDF XChange PDF SDK
Revision as of 07:32, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Performs the specified list of PDF-actions.

Syntax

HRESULT PerformActions([in]  IPXV_Document*             Doc,
                       [in]  IPXC_ActionsList*          AList,
                       [in]  PXV_ActionTriggerClass     Class,
                       [in]  PXV_ActionTriggerSubclass  Subclass,
                       [in]  IUnknown*                  ActionData);

Parameters

Doc
[in] Pointer to IPXV_Document.
AList
[in] Pointer to IPXC_ActionsList.
Class
[in] Value of PXV_ActionTriggerClass.
Subclass
[in] Value of PXV_ActionTriggerSubclass.
ActionData
[in] Pointer to IUnknown* - addional data for executing actions. May contain special context of executing.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst