IPXC_ActionsList::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
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          index,
+
<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
+
;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 02: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.

See Also

IPXC_ActionsList