IPXV_Inst::GetTool Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::GetTool Method}}
 
{{#customTitle:IPXV_Inst::GetTool Method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|GetTool|method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|GetTool|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets the [PXV:IPXV_Tool|IPXV_Tool] object by specified of type-identifier.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nTooID
 
;nTooID
:[in]  Value of LONG.
+
:[in]  The unique identifier of tool.
 
;ppTool
 
;ppTool
:[out, retval]  Pointer to [[PXV:IPXV_Tool|IPXV_Tool]].
+
:[out, retval]  Returns pointer to [[PXV:IPXV_Tool|IPXV_Tool]] object.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 16:30, 25 May 2015


Gets the [PXV:IPXV_Tool|IPXV_Tool] object by specified of type-identifier.

Syntax

HRESULT GetTool([in]           LONG         nTooID,
                [out, retval]  IPXV_Tool**  ppTool);

Parameters

nTooID
[in] The unique identifier of tool.
ppTool
[out, retval] Returns pointer to IPXV_Tool object.

Return Value

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

See Also

IPXV_Inst