IPXV_Inst::ActionHandler Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ActionHandler''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns  Pointer to [[PXV:IPXV_ActionHandler|IPXV_ActionHandler]] ...
+
Returns a pointer to [[PXV:IPXV_ActionHandler|IPXV_ActionHandler]] object by specified index.
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 15:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of ULONG.
+
:[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 16:37, 27 May 2015


Returns a pointer to IPXV_ActionHandler object by specified index.

Syntax

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

Parameters

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

See Also

IPXV_Inst