Lines Matching refs:LPTSTR
260 DWORD& rSize, LPTSTR *pRetBuf ) in GetProfileSection()
312 LPTSTR pRetBuf = NULL; in ReadProfile()
320 LPTSTR pTmpFile = CopyIniFile( sProfilePath ); in ReadProfile()
335 LPTSTR pCurLine = pRetBuf; in ReadProfile()
338 LPTSTR pName = 0; in ReadProfile()
339 LPTSTR pValue = 0; in ReadProfile()
393 LPTSTR pName = 0; in ReadProfile()
394 LPTSTR pValue = 0; in ReadProfile()
395 LPTSTR pCurLine = pRetBuf; in ReadProfile()
396 LPTSTR pLastChar; in ReadProfile()
580 LPTSTR pChar = pLine; in GetNameValue()
581 LPTSTR pLast = NULL; in GetNameValue()
751 LPTSTR sMsiPath = NULL; in GetPathToMSI()
903 LPTSTR pTransform = NULL; in Install()
1112 void SetupAppX::GetLanguageName( long nLanguage, LPTSTR sName ) const in GetLanguageName()
1417 DWORD SetupAppX::GetNextArgument( LPCTSTR pStr, LPTSTR *pArg, LPTSTR *pNext, in GetNextArgument()
1476 boolean SetupAppX::GetCmdLineParameters( LPTSTR *pCmdLine ) in GetCmdLineParameters()
1479 LPTSTR pStart = NULL; in GetCmdLineParameters()
1480 LPTSTR pNext = NULL; in GetCmdLineParameters()
1498 LPTSTR pSub = CharNext( pStart ); in GetCmdLineParameters()
1504 LPTSTR pLanguage = NULL; in GetCmdLineParameters()
1505 LPTSTR pLastChar; in GetCmdLineParameters()
1519 LPTSTR pFileName = NULL; in GetCmdLineParameters()
1731 LPTSTR SetupAppX::CopyIniFile( LPCTSTR pIniFile ) in CopyIniFile()
1769 void SetupAppX::ConvertNewline( LPTSTR pText ) const in ConvertNewline()
1787 LPTSTR SetupAppX::SetProdToAppTitle( LPCTSTR pProdName ) in SetProdToAppTitle()
1791 LPTSTR pAppProdTitle = new TCHAR[ MAX_STR_CAPTION ]; in SetProdToAppTitle()
1809 LPTSTR pIndex = _tcsstr( pAppProdTitle, PRODUCT_NAME_VAR ); in SetProdToAppTitle()
1816 LPTSTR pNewTitle = new TCHAR[ nLen ]; in SetProdToAppTitle()
1865 LPTSTR szPatchID = new TCHAR[ 64 ]; in IsPatchInstalled()
2033 LanguageDataX::LanguageDataX( LPTSTR pData ) in LanguageDataX()
2038 LPTSTR pLastChar; in LanguageDataX()