IPXV_DocActionEvent::ActionData Property

From PDF XChange PDF SDK
Jump to: navigation, search
(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}}
{{ToWrite}}
 
 
{{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 05: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);

See Also

IPXV_DocActionEvent