API Documentation > Manufacturing > Object ProMfg > Callback ProMfgToolAction
Callback ProMfgToolAction
Description
The generic user function for a tool.
Synopsis
#include <ProMfg.h>
(*ProMfgToolAction)
(
ProTool* tool
/* (In)
The handle to the tool
*/
ProAppData app_data
/* (In)
The application data passed to ProMfgToolVisit()
*/
)
Returns
Visit the next tool, if present.
Other values
Stop visiting at the next tool.
Was this helpful?