IPXV_Inst::ActionHandler Property

From PDF XChange PDF SDK
Revision as of 02:41, 4 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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