API 설명서 > Miscellaneous > Object ProToolkit > Function ProToolkitMain
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
#include <ProCore.h>
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
None
Sample Code References
User Guide References
도움이 되셨나요?