| 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 | ||||||||
| #include <ProCore.h> | ||||||||
| ProError | ProAsynchronousMain | ( | ||||||
| int argc | ||||||||
| /* (In) | ||||||||
| You cannot modify this argument in any way. | ||||||||
| */ | ||||||||
| char** argv | ||||||||
| /* (In) | ||||||||
| You cannot modify this argument in any way. | ||||||||
| */ | ||||||||
| ) | ||||||||
| Returns | ||||||||
|
||||||||