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)
 
(2 intermediate revisions by the same user not shown)
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>
  

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