IPXV_Inst::ActionHandler Property

From PDF XChange PDF SDK
Revision as of 16:37, 27 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


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