IPXC_Annotation::Actions Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Annotation::Actions Property}} | {{#customTitle:IPXC_Annotation::Actions Property}} | ||
− | {{#parentPage:PXV:IPXC_Annotation|property}} | + | {{#parentPage:PXV:IPXC_Annotation|Actions Property|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Actions([in] PXC_TriggerType nTrigger, [out, retval] IPXC_ActionsList** ppActions); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Actions([in] PXC_TriggerType nTrigger, |
− | HRESULT put_Actions([in] PXC_TriggerType nTrigger, [in] IPXC_ActionsList* ppActions); | + | [out, retval] IPXC_ActionsList** ppActions); |
+ | HRESULT put_Actions([in] PXC_TriggerType nTrigger, | ||
+ | [in] IPXC_ActionsList* ppActions); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nTrigger |
:[in] Value of [[PXV:PXC_TriggerType|PXC_TriggerType]]. | :[in] Value of [[PXV:PXC_TriggerType|PXC_TriggerType]]. | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_Annotation|IPXC_Annotation]]. | See also [[PXV:IPXC_Annotation|IPXC_Annotation]]. |
Revision as of 04:55, 23 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.