Function ProAsynchronousMain
Description
Called from an asynchronous program which will be started by a Creo Parametric session. This function should be called from the user-supplied main() as early as possible, to establish the connection between the user application and the Creo Parametric session which launched it.
Synopsis
| ProAsynchronousMain |
| ( int argc /* (In) You cannot modify this argument in any way. */ char** argv /* (In) You cannot modify this argument in any way. */ ) |
Returns
| The connection succeeded. |
Other | The connection failed. |
Sample Code References
Parent topic