IPXV_Inst::ActionHandler Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::ActionHandler Property}}
 
{{#customTitle:IPXV_Inst::ActionHandler Property}}
 +
{{#parentPage:PXV:IPXV_Inst#Properties|ActionHandler|property}}
 +
{{ToReview}}
  
Property '''ActionHandler''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns  Pointer to [[PXV:IPXV_ActionHandler|IPXV_ActionHandler]] ...
+
Gets a pointer to [[PXV:IPXV_ActionHandler|IPXV_ActionHandler]] object by specified index.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ActionHandler([in] ULONG nIndex, [out, retval] IPXV_ActionHandler** ppHandler);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActionHandler([in]           ULONG                 nIndex,
 +
                          [out, retval] IPXV_ActionHandler** pHandler);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
:[in]  Value of ULONG.
+
:[in]  Index of item in the list of registered action-handlers.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]]

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