IPXV_Inst::GetTool Method

From PDF XChange PDF SDK
Revision as of 05:55, 18 July 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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