IPXV_Inst::GetTool Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
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 ==

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