Home
last modified time | relevance | path

Searched refs:pszCommandLine (Results 1 – 1 of 1) sorted by relevance

/trunk/main/desktop/os2/source/applauncher/
H A Dlauncher.cxx79 char* pszCommandLine, *pszArgs; in main() local
80 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 26 milliseconds