IPXC_Annotation::Actions Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Actions([in] PXC_TriggerType nTrigger, [out, retval] IPXC_ActionsList** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Actions([in] PXC_TriggerType nTrigger, [out, retval] IPXC_ActionsList** ppActions); |
− | HRESULT put_Actions([in] PXC_TriggerType nTrigger, [in] IPXC_ActionsList* | + | HRESULT put_Actions([in] PXC_TriggerType nTrigger, [in] IPXC_ActionsList* ppActions); |
</pre> | </pre> | ||
Revision as of 07:59, 21 April 2015
Property Actions of interface IPXC_Annotation returns/sets Pointer to IPXC_ActionsList ...
Syntax
HRESULT get_Actions([in] PXC_TriggerType nTrigger, [out, retval] IPXC_ActionsList** ppActions); HRESULT put_Actions([in] PXC_TriggerType nTrigger, [in] IPXC_ActionsList* ppActions);
Parameters
- nTrigger
- [in] Value of PXC_TriggerType.
See Also
See also IPXC_Annotation.