API Documentation > Miscellaneous > Object ProEngineer > Function ProEngineerConnectionStart
Function ProEngineerConnectionStart
Description
Causes the Creo Parametric TOOLKIT program to spawn and connect to a new Creo Parametric session. ProEngineerDisconnect can be called later to disconnect from created Creo Parametric session. It is intended for use in full asynchronous mode.
Synopsis
#include <ProCore.h>
ProEngineerConnectionStart
(
char* proe_path
/* (In)
The path and file name of the Creo Parametric executable, or a script that runs it.
*/
char* prodev_text_path
/* (In)
The path under which the Creo Parametric TOOLKIT message and menu files are held. This is used in full asynchronous mode only. Otherwise, pass a null string.
*/
/* (Out)
A pointer to a process handle to be used in subsequent calls to Creo Parametric.
*/
)
Returns
Could not get a valid handle to connect to the started Creo Parametric.
Other
see returns for ProEngineerStart() and ProEngineerConnect()
User Guide References
Was this helpful?