Function ProToolkitMain
Description
Enables you to write your own main() without using asynchronous mode.
The rules and restrictions for a user-supplied main() are as follows:
• You can make other, non-Creo Parametric TOOLKIT calls before ProToolkitMain().
• This process is spawned by Creo Parametric, and is therefore a child process. The process operates like the standard synchronous mode.
• The process terminates when you exit Creo Parametric.
Synopsis
void | ProToolkitMain |
| ( int argc /* (In) You cannot modify this argument in any way. */ char** argv /* (In) You cannot modify this argument in any way. */ ) |
Returns
Sample Code References
User Guide References
Parent topic