Category Creo Parametric user interface, Object ProPopupmenu

Function ProPopupmenuNameGet


Description
Gets the popup menu name given a popup menu id.
Synopsis
#include <ProPopupmenu.h>
ProErrorProPopupmenuNameGet(
ProPopupMenuId menu_id
/* (In)
Menu Id
*/
char** p_name
/* (Out)
The name of the menu. Free this string using ProStringFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully got the menu id.
PRO_TK_E_NOT_FOUNDNo menu with that name.

Manual References:

  1. User Interface: Menus, Commands, and Popupmenus: Accessing the Popup Menus