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)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocumentProps::ActionsForTrigger Property}}
 
{{#customTitle:IPXC_DocumentProps::ActionsForTrigger Property}}
{{#parentPage:PXV:IPXC_DocumentProps|ActionsForTrigger Property|property}}
+
{{#parentPage:PXV:IPXC_DocumentProps#Properties|ActionsForTrigger|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 10:
 
== 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    nTrigger,
                               [out, retval]  IPXC_ActionsList**  ppActions);
+
                               [out, retval]  IPXC_ActionsList**  pActions);
 
HRESULT put_ActionsForTrigger([in]  PXC_TriggerType    nTrigger,
 
HRESULT put_ActionsForTrigger([in]  PXC_TriggerType    nTrigger,
                               [in]  IPXC_ActionsList*  ppActions);
+
                               [in]  IPXC_ActionsList*  pActions);
 
</pre>
 
</pre>
  
Line 20: Line 20:
  
 
== 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