IPXV_Inst::ActionHandler Property

From PDF XChange PDF SDK
Jump to: navigation, search
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_ActionHandler([in]          ULONG                nIndex,
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActionHandler([in]          ULONG                Index,
                           [out, retval]  IPXV_ActionHandler**  pHandler);
+
                           [out, retval]  IPXV_ActionHandler**  Handler);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nIndex
+
;Index
 
:[in]  Index of item in the list of registered action-handlers.
 
:[in]  Index of item in the list of registered action-handlers.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Inst|IPXV_Inst]]
 
[[PXV:IPXV_Inst|IPXV_Inst]]

Revision as of 07:34, 12 June 2015


Gets a pointer to IPXV_ActionHandler object by specified index.

Syntax

HRESULT get_ActionHandler([in]           ULONG                 Index,
                          [out, retval]  IPXV_ActionHandler**  Handler);

Parameters

Index
[in] Index of item in the list of registered action-handlers.

See Also

IPXV_Inst