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_ERROR
Visit the next tool, if present.
Other values
Stop visiting at the next tool.