API 설명서 > Windows and views > Object ProWindow > Function ProWindowNameGet
Function ProWindowNameGet
Description
This function returns window name for a given window id.
Synopsis
#include <ProWindows.h>
ProWindowNameGet
(
int win_id
/* (In)
Creo window Id
*/
char** win_name
/* (Out)
window name of Creo window. Free this string using ProStringFree().
*/
)
Returns
The function is successful.
A general error occurred and function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?