
ProCompoundmenuCreate | |
( char** menus /* (In) An array of menu names, terminated by an empty string */ int* n_submenus /* (Out) The number of menus in the compound menu */ ) |

The function successfully created the compound menu. NOTE: use ProMenuDeleteWithStatus() as the action to perform when the user selects an exit button from a compound menu, rather than ProMenuDelete(). |


