Category
Manufacturing
, Object
ProToolinput
Function ProToolinputAlloc
Description
Allocates a
ProToolinput
data structure.
Synopsis
#include <
ProToolinput.h
>
ProError
ProToolinputAlloc
(
ProToolinputPtr
*
r_tool_input
/* (Out)
The handle to the newly allocated structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated the structure.
PRO_TK_BAD_INPUTS
The argument is NULL.
Manual References:
Production Applications: Manufacturing: Creating Tools
Production Applications: Manufacturing: Creating Tools
Sample Code References:
pt_examples ( TestTool.c )
pt_examples ( TestTool.c )
pt_userguide ( UgMfgParamToolCreate.c )
pt_userguide ( UgMfgSldToolCreate.c )