AppBase::AppMain

AppBase::AppMain
int AppMain(int argc, char* argv[]);
Description

AppBase Main function body used on some platforms.

Parameters
Parameters 
Description 
int argc 
Number of arguments passed to the main function. 
char* argv[] 
An array of pointers to the string containing the arguments. 
Return Value

Returns 0 if successful and -1 for errors.