Description | |||||
This is the action function called when a user invokes the button added to the manufacturing process manager dialog. | |||||
Synopsis | |||||
#include <ProMfgproctable.h> | |||||
ProError | (*ProMfgproctableItemActionFunction) | ( | |||
ProMfg mfg | |||||
/* (In) | |||||
The manufacturing model being edited. | |||||
*/ | |||||
char* button_name | |||||
/* (In) | |||||
The name of the item in the dialog. | |||||
*/ | |||||
ProAppData appdata | |||||
/* (In) | |||||
Application data that was set when the item was registered. | |||||
*/ | |||||
) | |||||
Returns | |||||
|