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> | ||||||||
ProError | ProMfgproctableMenuAdd | ( | ||||||
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 | ||||||||
|