Category
Manufacturing
, Object
ProTool
Function ProToolVerify
Description
Verifies the existence of the specified tool.
Synopsis
#include <
ProTool.h
>
ProError
ProToolVerify
(
ProTool
*
tool_ref
/* (In)
The handle to the tool
*/
)
Returns
PRO_TK_NO_ERROR
The tool handle refers to an existing tool.
PRO_TK_E_NOT_FOUND
The tool specified by
tool_ref
was not found.
PRO_TK_BAD_INPUTS
The argument is invalid.
Manual References:
Production Applications: Manufacturing: Visiting Manufacturing Tools
Sample Code References:
pt_examples ( TestTool.c )
pt_userguide ( UgMfgToolFileReadWrite.c )
pt_userguide ( UgMfgToolFileReadWrite.c )
pt_userguide ( UgMfgWcellCreate.c )