API Documentation
>
Creo Parametric user interface
>
Object ProPopupmenu
> Function ProPopupmenuNameGet
Function ProPopupmenuNameGet
Description
Gets the popup menu name given a popup menu id.
Synopsis
#include <
ProPopupmenu.h
>
ProError
ProPopupmenuNameGet
(
ProPopupMenuId
menu_id
/* (In)
Menu Id
*/
char** p_name
/* (Out)
The name of the menu. Free this string using
ProStringFree.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully got the menu id.
PRO_TK_E_NOT_FOUND
No menu with that name.
User Guide References
Accessing the Popup Menus:ProPopupmenuNameGet
Was this helpful?
This site works best with JavaScript enabled