IPXV_Inst::RegisterActionHandler Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXV_Inst::RegisterActionHandler Method}} | {{#customTitle:IPXV_Inst::RegisterActionHandler Method}} | ||
− | + | Registers new PDF-action handler. | |
== Syntax == | == Syntax == | ||
Line 9: | Line 9: | ||
== Parameters == | == Parameters == | ||
;''pHandler'' | ;''pHandler'' | ||
− | :[in] Pointer to [[PXV:IPXV_ActionHandler|IPXV_ActionHandler]]. | + | :[in] Pointer to [[PXV:IPXV_ActionHandler|IPXV_ActionHandler]] object to register. |
== Return Value == | == Return Value == | ||
Line 15: | Line 15: | ||
== See Also == | == See Also == | ||
− | See also [[PXV:IPXV_Inst|IPXV_Inst]]. | + | See also [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_ActionHandler|IPXV_ActionHandler]]. |
Revision as of 03:26, 21 March 2015
Registers new PDF-action handler.
Contents
Syntax
HRESULT RegisterActionHandler([in] IPXV_ActionHandler* pHandler);
Parameters
- pHandler
- [in] Pointer to IPXV_ActionHandler object to register.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXV_Inst, IPXV_ActionHandler.