IPXV_Inst::GetTool Method

From PDF XChange PDF SDK
Revision as of 16:30, 25 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


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