IPXV_Inst::GetHandlerForAction Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXV_Inst::GetHandlerForAction Method}}
 
{{#customTitle:IPXV_Inst::GetHandlerForAction Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets the PDF-action handler by action type identifier.
  
 
== Syntax ==
 
== Syntax ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
;''nActionType''
 
;''nActionType''
:[in]  Value of ULONG.
+
:[in]  Action type identifier to locate handler.
 
;''ppHandler''
 
;''ppHandler''
:[out, retval]  Pointer to [[PXV:IPXV_ActionHandler|IPXV_ActionHandler]].
+
:[out, retval]  Pointer to corresponding [[PXV:IPXV_ActionHandler|IPXV_ActionHandler]] object.
  
 
== Return Value ==
 
== Return Value ==
Line 17: Line 17:
  
 
== 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 04:02, 21 March 2015

Gets the PDF-action handler by action type identifier.

Syntax

HRESULT GetHandlerForAction([in] ULONG nActionType, [out, retval] IPXV_ActionHandler** ppHandler);

Parameters

nActionType
[in] Action type identifier to locate handler.
ppHandler
[out, retval] Pointer to corresponding IPXV_ActionHandler object.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IPXV_Inst, IPXV_ActionHandler.