Feedback

  • Contents
 

II3IDTool::II3IDToolAddOnInstance Property

get_II3IDToolAddOnInstance

Returns a COM interface pointer to the tool registered in Interaction Designer if the ToolSpecifier parameter to RegisterTool identified a COM object that implemented the II3IDToolAddOn interface.

IDL Function Prototype

HRESULT II3IDToolAddOnInstance(

   [out, retval] II3IDToolAddOn ** ToolInstance

);

C/C++ Syntax

HRESULT get_II3IDToolAddOnInstance(II3IDToolAddOn ** ToolInstance);

Parameters

ToolInstance

The return value is a II3IDToolAddOn interface pointer if the above-mentioned conditions are met.