Object ProEngineer

Function ProEngineerConnectIdGet


Description
Returns the connection id for the Creo Parametric session that this application is connected to. The identification string can be passed to external asynchronous applications to allow them to connect to this Creo Parametric session.
Replacement in Object TOOLKIT: pfcBaseSession::ConnectionId
Synopsis
#include <ProCore.h>
ProErrorProEngineerConnectIdGet(
ProConnectionId proe_connect_id
/* (Out)
Identification string that can be used by an asynchronous process to connect to this Creo Parametric session.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSThe argument was invalid.
PRO_TK_E_NOT_FOUNDCommunications are not correctly established for this session of Creo Parametric, and asynchronous connection is not possible.

Manual References:

  1. Core: Asynchronous Mode: Simple Asynchronous Mode
  2. Core: Asynchronous Mode: Simple Asynchronous Mode