IPXV_Inst::ActionHandler Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::ActionHandler Property}}
 
{{#customTitle:IPXV_Inst::ActionHandler Property}}
 
{{#parentPage:PXV:IPXV_Inst#Properties|ActionHandler|property}}
 
{{#parentPage:PXV:IPXV_Inst#Properties|ActionHandler|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  

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