Category Creo Parametric user interface, Object ProNavigatorpane

Function ProNavigatorpanePHolderDevicenameGet


Description
Get the device name
Replacement in Object TOOLKIT: wfcWSession::GetNavigatorPaneDevice
Synopsis
#include <ProNavigator.h>
ProErrorProNavigatorpanePHolderDevicenameGet(
int win_id
/* (In)
Window identifier
*/
char** device_name
/* (Out)
The device 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 )