Function ProUIMenubarNamesGet
Description
Get a list of menubar names.
Synopsis
#include <ProUIMenubar.h>
ProUIMenubarNamesGet
(
char* dialog
/* (In)
The name of the dialog that contains the menubar.
*/
char* component
/* (In)
The name of the menubar component.
*/
int* count
/* (Out)
Number of names in an array of values/menubar names.
*/
char*** values
/* (Out)
Array of menubar names. Free this using ProStringarrayFree ().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?