Category Manufacturing, Object ProTool

Function ProToolRedefine


Description
Redefines an existing tool.
Synopsis
#include <ProTool.h>
ProErrorProToolRedefine(
ProTool* tool_ref
/* (In)
The handle to the tool to be redefined.
*/
ProConstToolinputPtr tool_input
/* (In)
The new tool information.
*/
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
PRO_TK_NO_ERRORThe function successfully redefined the tool.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Sample Code References:

  1. pt_examples ( TestTool.c )