IPXV_Inst::ActionHandler Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Returns a pointer to [[PXV:IPXV_ActionHandler|IPXV_ActionHandler]] object by specified index.
+
Gets a pointer to [[PXV:IPXV_ActionHandler|IPXV_ActionHandler]] object by specified index.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 17:21, 27 May 2015


Gets 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