Searched refs:pNewCmdLine (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/desktop/win32/source/setup/ |
| H A D | setup.cpp | 1419 TCHAR *pNewCmdLine = new TCHAR[ nSize ]; in GetCmdLineParameters() local 1420 pNewCmdLine[0] = '\0'; in GetCmdLineParameters() 1468 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) ) in GetCmdLineParameters() 1474 if ( !bAppend && FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( "+" ) ) ) ) in GetCmdLineParameters() 1479 if ( FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( " \"" ) ) ) || in GetCmdLineParameters() 1480 FAILED( StringCchCat( pNewCmdLine, nSize, pFileName ) ) || in GetCmdLineParameters() 1481 FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( "\" " ) ) ) ) in GetCmdLineParameters() 1501 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters() 1502 FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( " " ) ) ) ) in GetCmdLineParameters() 1545 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters() [all …]
|