

ProMfgproctablePushbuttonAdd | |
( char* menu_name /* (In) The menu name. */ char* button_name /* (In) The button component name. */ wchar_t* button_label /* (In) The button label. */ wchar_t* button_helptext /* (In) The button help text. */ ProMfgproctableItemAccessFunction access_function /* (In) The access function for the button. */ ProMfgproctableItemActionFunction action_function /* (In) The action function for the button. */ ProAppData application_data /* (In) Application data to pass to the access and action functions. Can be NULL. */ ) |

The function succeeded. | |
One or more input arguments was invalid. | |
Could not find the parent menu. | |
A button with this name already exists. |


