IPXV_Inst::ActionHandler Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
== 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                nIndex,
                           [out, retval]  IPXV_ActionHandler**  ppHandler);
+
                           [out, retval]  IPXV_ActionHandler**  pHandler);
 
</pre>
 
</pre>
  

Latest revision as of 03:58, 15 June 2015


Gets a pointer to IPXV_ActionHandler object by specified index.

Syntax

HRESULT get_ActionHandler([in]           ULONG                 nIndex,
                          [out, retval]  IPXV_ActionHandler**  pHandler);

Parameters

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

See Also

IPXV_Inst