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    Trigger,
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActionsForTrigger([in]          PXC_TriggerType    nTrigger,
                               [out, retval]  IPXC_ActionsList**  Actions);
+
                               [out, retval]  IPXC_ActionsList**  pActions);
HRESULT put_ActionsForTrigger([in]  PXC_TriggerType    Trigger,
+
HRESULT put_ActionsForTrigger([in]  PXC_TriggerType    nTrigger,
                               [in]  IPXC_ActionsList*  Actions);
+
                               [in]  IPXC_ActionsList*  pActions);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;Trigger
+
;nTrigger
 
:[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]]

Latest revision as of 03:26, 15 June 2015


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

Syntax

HRESULT get_ActionsForTrigger([in]           PXC_TriggerType     nTrigger,
                              [out, retval]  IPXC_ActionsList**  pActions);
HRESULT put_ActionsForTrigger([in]  PXC_TriggerType    nTrigger,
                              [in]  IPXC_ActionsList*  pActions);

Parameters

nTrigger
[in] Value of PXC_TriggerType.

See Also

IPXC_DocumentProps