Category Creo Parametric TOOLKIT fundamentals, Object ProToolkit

Function ProToolkitApplExecPathGet


Description
Retrieves the exec_path information.
Synopsis
#include <ProUtil.h>
ProErrorProToolkitApplExecPathGet(
ProPath exec_path
/* (Out)
The path and the name of the executable where the exec_file is located
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe text_path argument is NULL

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Utilities: Registry File Data
  3. Core: Utilities: Registry File Data

Sample Code References:

  1. pt_examples ( TestMain.c )
  2. pt_install_cxx ( TestInstall.cxx )
  3. pt_install_test ( TestInstall.c )
  4. pt_userguide ( UgFileEdit.c )