Lines Matching refs:pStart
1479 LPTSTR pStart = NULL; in GetCmdLineParameters() local
1492 while ( GetNextArgument( pNext, &pStart, &pNext ) == ERROR_SUCCESS ) in GetCmdLineParameters()
1496 if ( (*pStart) == '/' || (*pStart) == '-' ) in GetCmdLineParameters()
1498 LPTSTR pSub = CharNext( pStart ); in GetCmdLineParameters()
1508 StringCchCopy( m_pErrorText, MAX_TEXT_LENGTH, pStart ); in GetCmdLineParameters()
1533 StringCchCopy( m_pErrorText, MAX_TEXT_LENGTH, pStart ); in GetCmdLineParameters()
1538 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) ) in GetCmdLineParameters()
1571 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters()
1594 StringCchCopy( m_pErrorText, MAX_TEXT_LENGTH, pStart ); in GetCmdLineParameters()
1604 m_pAdvertise = pStart; in GetCmdLineParameters()
1615 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters()
1625 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters()
1633 if ( bDeleteStart ) delete [] pStart; in GetCmdLineParameters()
1634 pStart = NULL; in GetCmdLineParameters()
1637 if ( pStart ) delete [] pStart; in GetCmdLineParameters()