Category Creo Parametric user interface, Object ProNavigatorpane

Function ProNavigatorpanePHolderComponentnameGet


Description
Get the full name of a component in the pane
Replacement in Object TOOLKIT: wfcWSession::GetNavigatorPaneComponent
Synopsis
#include <ProNavigator.h>
ProErrorProNavigatorpanePHolderComponentnameGet(
ProCharName pane_name
/* (In)
Name of the navigator pane
*/
char* nominal_name
/* (In)
Local name of component
*/
char** comp_name
/* (Out)
full component name, Free this string using ProStringFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORFunction failed.

Manual References:

  1. User Interface: Menus, Commands, and Popupmenus: Adding Custom Dialog Box Components
  2. User Interface: Menus, Commands, and Popupmenus: Adding Custom Dialog Box Components

Sample Code References:

  1. pt_userguide ( UgNavigatorPane.c )