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 16: Line 16:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_ActionsList|IPXC_ActionsList]].
+
[[PXV:IPXC_ActionsList|IPXC_ActionsList]]

Revision as of 04:10, 23 May 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