Function ProPopupmenuNameGet
Description
Gets the popup menu name given a popup menu id.
Synopsis
#include <ProPopupmenu.h>
ProPopupmenuNameGet
(
/* (In)
Menu Id
*/
char** p_name
/* (Out)
The name of the menu. Free this string using ProStringFree.
*/
)
Returns
The function successfully got the menu id.
No menu with that name.
User Guide References
Was this helpful?