Category Manufacturing, Object ProToolinput

Function ProToolinputAlloc


Description
Allocates a ProToolinput data structure.
Synopsis
#include <ProToolinput.h>
ProErrorProToolinputAlloc(
ProToolinputPtr* r_tool_input
/* (Out)
The handle to the newly allocated structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated the structure.
PRO_TK_BAD_INPUTSThe argument is NULL.

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 )