IPXV_Inst::GetTool Method
From PDF XChange PDF SDK
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}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets the [PXV:IPXV_Tool|IPXV_Tool] object by specified of type-identifier. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== Parameters == | == Parameters == | ||
;nTooID | ;nTooID | ||
− | :[in] | + | :[in] The unique identifier of tool. |
;ppTool | ;ppTool | ||
− | :[out, retval] | + | :[out, retval] Returns pointer to [[PXV:IPXV_Tool|IPXV_Tool]] object. |
== Return Value == | == Return Value == |
Revision as of 15: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.