Searched refs:pszCommandLine (Results 1 – 1 of 1) sorted by relevance
79 char* pszCommandLine, *pszArgs; in main() local80 pszCommandLine = (char*) calloc( 1, len); in main()81 strcpy( pszCommandLine, szApplicationName); in main()82 pszArgs = pszCommandLine + strlen(szApplicationName) + 1; in main()98 EXEC_SYNC, (PCSZ)pszCommandLine, (PCSZ)NULL, &result, in main()
Completed in 18 milliseconds