Description | ||||||||
Creates a new tool.
NOTE: If tool_ref -> tool_id already exists, this function tries to adjust it until it is unique. |
||||||||
Synopsis | ||||||||
#include <ProTool.h> | ||||||||
ProError | ProToolCreate | ( | ||||||
ProTool* tool_ref | ||||||||
/* (In) | ||||||||
The handle to the tool to be created. | ||||||||
*/ | ||||||||
ProConstToolinputPtr tool_input | ||||||||
/* (In) | ||||||||
The tool information (parameters, attributes, type, and so on). | ||||||||
*/ | ||||||||
ProErrorlist* p_errors | ||||||||
/* (Out) | ||||||||
The error list that explains where problems occurred. This list is valid only until the next call to this function. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|