IPXV_DocActionEvent::ActionData Property

From PDF XChange PDF SDK
Revision as of 05:31, 14 November 2018 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Property ActionData of interface IPXV_DocActionEvent returns Pointer to IUnknown* containing the interface that holds the action list. This should be cast to the needed interface by using the TriggerClass type.

Syntax

HRESULT get_ActionData([out, retval]  IUnknown**  pActionData);

See Also

IPXV_DocActionEvent