| Description | |||||
| This is the signature for the access function callback for a button added by Creo Parametric TOOLKIT into the manufacturing process manager dialog. | |||||
| Synopsis | |||||
| #include <ProMfgproctable.h> | |||||
| uiCmdAccessState | (*ProMfgproctableItemAccessFunction) | ( | |||
| ProMfg mfg | |||||
| /* (In) | |||||
| Manufacturing model being edited. | |||||
| */ | |||||
| char* button_name | |||||
| /* (In) | |||||
| Name of the added item in the dialog. | |||||
| */ | |||||
| ProAppData app_data | |||||
| /* (In) | |||||
| Application data set during registration of this item. | |||||
| */ | |||||
| ) | |||||
| Returns | |||||
|
|||||