Object ProMfgproctable

Callback ProMfgproctableItemAccessFunction


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
One of the values of uiCmdAccessState, showing which access is permitted.

Manual References:

  1. Production Applications: NC Process Manager: Accessing the Process Manager User Interface
  2. Production Applications: NC Process Manager: Accessing the Process Manager User Interface