IPXC_DocumentProps::ActionsForTrigger Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ActionsForTrigger([in]          PXC_TriggerType    nTrigger,
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActionsForTrigger([in]          PXC_TriggerType    Trigger,
                               [out, retval]  IPXC_ActionsList**  pActions);
+
                               [out, retval]  IPXC_ActionsList**  Actions);
HRESULT put_ActionsForTrigger([in]  PXC_TriggerType    nTrigger,
+
HRESULT put_ActionsForTrigger([in]  PXC_TriggerType    Trigger,
                               [in]  IPXC_ActionsList*  pActions);
+
                               [in]  IPXC_ActionsList*  Actions);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nTrigger
+
;Trigger
 
:[in]  Value of [[PXV:PXC_TriggerType|PXC_TriggerType]].
 
:[in]  Value of [[PXV:PXC_TriggerType|PXC_TriggerType]].
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_DocumentProps|IPXC_DocumentProps]]
 
[[PXV:IPXC_DocumentProps|IPXC_DocumentProps]]

Revision as of 07:02, 12 June 2015


Property ActionsForTrigger of interface IPXC_DocumentProps returns/sets Pointer to IPXC_ActionsList ...

Syntax

HRESULT get_ActionsForTrigger([in]           PXC_TriggerType     Trigger,
                              [out, retval]  IPXC_ActionsList**  Actions);
HRESULT put_ActionsForTrigger([in]  PXC_TriggerType    Trigger,
                              [in]  IPXC_ActionsList*  Actions);

Parameters

Trigger
[in] Value of PXC_TriggerType.

See Also

IPXC_DocumentProps