Category Manufacturing, Object ProTool

Function ProToolVerify


Description
Verifies the existence of the specified tool.
Synopsis
#include <ProTool.h>
ProErrorProToolVerify(
ProTool* tool_ref
/* (In)
The handle to the tool
*/
)
Returns
PRO_TK_NO_ERRORThe tool handle refers to an existing tool.
PRO_TK_E_NOT_FOUNDThe tool specified by tool_ref was not found.
PRO_TK_BAD_INPUTSThe argument is invalid.

Manual References:

  1. Production Applications: Manufacturing: Visiting Manufacturing Tools

Sample Code References:

  1. pt_examples ( TestTool.c )
  2. pt_userguide ( UgMfgToolFileReadWrite.c )
  3. pt_userguide ( UgMfgToolFileReadWrite.c )
  4. pt_userguide ( UgMfgWcellCreate.c )