IPXC_Page::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 | + | <pre class="brush:cpp;gutter:false">HRESULT get_Actions([in] PXC_TriggerType Trigger, |
− | [out, retval] IPXC_ActionsList** | + | [out, retval] IPXC_ActionsList** Actions); |
− | HRESULT put_Actions([in] PXC_TriggerType | + | HRESULT put_Actions([in] PXC_TriggerType Trigger, |
− | [in] IPXC_ActionsList* | + | [in] IPXC_ActionsList* Actions); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;Trigger |
:[in] [[PXV:PXC_TriggerType|Type of trigger]] by which the actions list should be extracted or set. | :[in] [[PXV:PXC_TriggerType|Type of trigger]] by which the actions list should be extracted or set. | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_Page|IPXC_Page]] | [[PXV:IPXC_Page|IPXC_Page]] |
Revision as of 06:08, 12 June 2015
Gets/sets actions list by the trigger type.
Syntax
HRESULT get_Actions([in] PXC_TriggerType Trigger, [out, retval] IPXC_ActionsList** Actions); HRESULT put_Actions([in] PXC_TriggerType Trigger, [in] IPXC_ActionsList* Actions);
Parameters
- Trigger
- [in] Type of trigger by which the actions list should be extracted or set.