Object ProMfgproctable

Function ProMfgproctableMenuAdd


Description
Add a new user-defined menu to the manufacturing Process Manager UI, or to a submenu in the UI. This should be called before the Process Manager dialog is shown.
Licensing Requirement
TOOLKIT for Advanced NC
Synopsis
#include <ProMfgproctable.h>
ProErrorProMfgproctableMenuAdd(
char* menu_name
/* (In)
The name of the menu.
*/
wchar_t* menu_label
/* (In)
The menu label.
*/
char* parent_menu_name
/* (In)
The name of the parent menu. Can be NULL to add the menu to the top-level menubar.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

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
  3. Production Applications: NC Process Manager: Example 4: To Add a Submenu to the Manufacturing Process Table

Sample Code References:

  1. pt_mfg_proctable ( PTMfgProcTable.c )