| Description | |||||
| Enables you to write your own main() without using asynchronous mode.
The rules and restrictions for a user-supplied main() are as follows:
|
|||||
| 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 | |||||
|
|||||