|
int arg_num
|
Number of command-line arguments.
|
|---|---|
|
char *argc[]
|
Command-line arguments passed by Creo Parametric. (See further explanation below.)
|
|
char* version
|
Release name of the Creo Parametric being used.
Note: From Pro/ENGINEER Wildfire 4.0 onwards applications built with libraries older than Pro/ENGINEER 2001 will not run. You must recompile these applications with later versions of the Pro/TOOLKIT libraries.
|
|
char* build
|
The build number of the Creo Parametric being used.
|
|
wchar_t err_buff[80]
|
The text of an error message passed to Creo Parametric if the Creo TOOLKIT fails to initialize. Creo Parametric displays this text when it reports the Creo TOOLKIT failure (if user_initialize() returns non-zero).
|