IPXV_Inst::GetTool Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetTool([in] LONG | + | <pre class="brush:cpp;gutter:false">HRESULT GetTool([in] LONG nTooID, |
− | [out, retval] IPXV_Tool** | + | [out, retval] IPXV_Tool** pTool);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nTooID |
:[in] The unique identifier of tool. | :[in] The unique identifier of tool. | ||
− | ; | + | ;pTool |
:[out, retval] Returns pointer to [[PXV:IPXV_Tool|IPXV_Tool]] object. | :[out, retval] Returns pointer to [[PXV:IPXV_Tool|IPXV_Tool]] object. | ||
Revision as of 02:56, 15 June 2015
Gets the [PXV:IPXV_Tool|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.