Category Manufacturing, Object ProMfg

Callback ProMfgToolAction


Description
The generic user function for a tool.
Synopsis
#include <ProMfg.h>
ProError(*ProMfgToolAction)(
ProTool* tool
/* (In)
The handle to the tool
*/
ProAppData app_data
/* (In)
The application data passed to ProMfgToolVisit()
*/
)
Returns
PRO_TK_NO_ERRORVisit the next tool, if present.
Other valuesStop visiting at the next tool.