IPXC_ActionsList::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG Index, |
[out, retval] IPXC_Action** ppAction); | [out, retval] IPXC_Action** ppAction); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;Index |
:[in] Index of the action you want to get from the actions list. | :[in] Index of the action you want to get from the actions list. | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_ActionsList|IPXC_ActionsList]] | [[PXV:IPXC_ActionsList|IPXC_ActionsList]] |
Latest revision as of 01:10, 4 June 2015
Gets action by index from the actions list.
Syntax
HRESULT get_Item([in] ULONG Index, [out, retval] IPXC_Action** ppAction);
Parameters
- Index
- [in] Index of the action you want to get from the actions list.