Category Windows and views, Object ProWindow

Function ProWindowNameGet


Description
This function returns window name for a given window id.
Synopsis
#include <ProWindows.h>
ProErrorProWindowNameGet(
int win_id
/* (In)
Creo window Id
*/
char** win_name
/* (Out)
window name of Creo window. Free this string using ProStringFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function is successful.
PRO_TK_GENERAL_ERRORA general error occurred and function failed.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Basic Graphics: Windows