Documentación de la API > Miscellaneous > Object ProEngineer > Function ProEngineerConnectIdExtract
Function ProEngineerConnectIdExtract
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:
H: name of host where Creo Parametric runs
A: address version
T: address type
R: RPC number
V: RPC version
N: net address
The identification string can be used in subsequent calls to ProEngineerConnect to specify the Creo Parametric session it must connect to.
Synopsis
#include <ProCore.h>
ProEngineerConnectIdExtract
(
/* (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
Identification string was created successfully
There was a general error and proe_connect_id is not valid
User Guide References
¿Fue esto útil?