Searched refs:pNewCmdLine (Results 1 – 1 of 1) sorted by relevance
/trunk/main/desktop/win32/source/setup/ |
H A D | setup.cpp | 1489 TCHAR *pNewCmdLine = new TCHAR[ nSize ]; in GetCmdLineParameters() local 1490 pNewCmdLine[0] = '\0'; in GetCmdLineParameters() 1538 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) ) in GetCmdLineParameters() 1550 FAILED( StringCchCat( pNewCmdLine, nSize, pFileName ) ) || in GetCmdLineParameters() 1571 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters() 1572 FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( " " ) ) ) ) in GetCmdLineParameters() 1615 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters() 1616 FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( " " ) ) ) ) in GetCmdLineParameters() 1625 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters() 1626 FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( " " ) ) ) ) in GetCmdLineParameters() [all …]
|
Completed in 23 milliseconds