Category Manufacturing, Object ProToolinput

Function ProToolinputFree


Description
Frees the memory occupied by a ProToolinput and its dependents (the ProToolElems stored in it).
Synopsis
#include <ProToolinput.h>
ProErrorProToolinputFree(
ProToolinputPtr* r_tool_input
/* (In)
The address of the pointer to the tool input to be freed. This design allows you to use *r_tool_input = NULL safely.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the memory.

Manual References:

  1. Production Applications: Manufacturing: Creating Tools
  2. Production Applications: Manufacturing: Creating Tools

Sample Code References:

  1. pt_examples ( TestTool.c )
  2. pt_examples ( TestTool.c )
  3. pt_userguide ( UgMfgParamToolCreate.c )
  4. pt_userguide ( UgMfgSldToolCreate.c )