IPXV_DocActionEvent::ActionData Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_DocActionEvent::ActionData Property}} | {{#customTitle:IPXV_DocActionEvent::ActionData Property}} | ||
{{#parentPage:PXV:IPXV_DocActionEvent#Properties|ActionData|property}} | {{#parentPage:PXV:IPXV_DocActionEvent#Properties|ActionData|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property '''ActionData''' of interface [[PXV:IPXV_DocActionEvent|IPXV_DocActionEvent]] returns Pointer to IUnknown* . | + | Property '''ActionData''' of interface [[PXV:IPXV_DocActionEvent|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 == | == Syntax == |
Latest revision as of 04:31, 14 November 2018
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);