Description | ||||||||
Extracts a connection identification string for the Creo Parametric session represented by the given handle. Format of identification string is the following: "host:H:addr_ver:A:addr_type:T:rpcnum:R:rpcversion:V:netaddr:N" where the flags are as follows:
|
||||||||
Synopsis | ||||||||
#include <ProCore.h> | ||||||||
ProBoolean | ProEngineerConnectIdExtract | ( | ||||||
ProProcessHandle p_handle | ||||||||
/* (In) | ||||||||
A pointer to a process handle of Creo Parametric | ||||||||
*/ | ||||||||
ProConnectionId proe_connect_id | ||||||||
/* (Out) | ||||||||
Identification string to be used in subsequent calls to ProEngineerConnect. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|