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
| ProEngineerConnectIdExtract |
| ( /* (In) A pointer to a process handle of Creo Parametric */ /* (Out) */ ) |
Returns
| Identification string was created successfully |
| There was a general error and proe_connect_id is not valid |
User Guide References
Parent topic