IPXV_Inst::GetTool Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Gets the [PXV:IPXV_Tool|IPXV_Tool] object by specified of type-identifier.
+
Gets the [[PXV:IPXV_Tool|IPXV_Tool]] object by specified of type-identifier.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetTool([in]          LONG        TooID,
+
<pre class="brush:cpp;gutter:false">HRESULT GetTool([in]          LONG        nTooID,
                 [out, retval]  IPXV_Tool**  Tool);</pre>
+
                 [out, retval]  IPXV_Tool**  pTool);</pre>
  
 
== Parameters ==
 
== Parameters ==
;TooID
+
;nTooID
 
:[in]  The unique identifier of tool.
 
:[in]  The unique identifier of tool.
;Tool
+
;pTool
 
:[out, retval]  Returns pointer to [[PXV:IPXV_Tool|IPXV_Tool]] object.
 
:[out, retval]  Returns pointer to [[PXV:IPXV_Tool|IPXV_Tool]] object.
  

Latest revision as of 05:55, 18 July 2016


Gets the IPXV_Tool object by specified of type-identifier.

Syntax

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

Parameters

nTooID
[in] The unique identifier of tool.
pTool
[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