Lines Matching refs:pStart
1409 LPTSTR pStart = NULL; in GetCmdLineParameters() local
1422 while ( GetNextArgument( pNext, &pStart, &pNext ) == ERROR_SUCCESS ) in GetCmdLineParameters()
1426 if ( (*pStart) == '/' || (*pStart) == '-' ) in GetCmdLineParameters()
1428 LPTSTR pSub = CharNext( pStart ); in GetCmdLineParameters()
1438 StringCchCopy( m_pErrorText, MAX_TEXT_LENGTH, pStart ); in GetCmdLineParameters()
1463 StringCchCopy( m_pErrorText, MAX_TEXT_LENGTH, pStart ); in GetCmdLineParameters()
1468 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) ) in GetCmdLineParameters()
1501 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters()
1524 StringCchCopy( m_pErrorText, MAX_TEXT_LENGTH, pStart ); in GetCmdLineParameters()
1534 m_pAdvertise = pStart; in GetCmdLineParameters()
1545 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters()
1555 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters()
1563 if ( bDeleteStart ) delete [] pStart; in GetCmdLineParameters()
1564 pStart = NULL; in GetCmdLineParameters()
1567 if ( pStart ) delete [] pStart; in GetCmdLineParameters()