Function ProUIOptionmenuNamesGet
Description
Get the names of the items in the option menu.
Synopsis
ProUIOptionmenuNamesGet
(
char* dialog
/* (In)
The name of the dialog that contains optionmenu.
*/
char* component
/* (In)
The name of the optionmenu component.
*/
int* count
/* (Out)
Number of items.
*/
char*** values
/* (Out)
Array of names of the items. Free this using ProStringarrayFree().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?