Lines Matching refs:LPCTSTR
98 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat()
108 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() argument
274 boolean SetupApp::GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection, in GetProfileSection()
718 LPCTSTR SetupApp::GetPathToMSI() in GetPathToMSI()
766 boolean SetupApp::LaunchInstaller( LPCTSTR pParam ) in LaunchInstaller()
768 LPCTSTR sMsiPath = GetPathToMSI(); in LaunchInstaller()
1315 void SetupApp::Log( LPCTSTR pMessage, LPCTSTR pText ) const in Log()
1347 DWORD SetupApp::GetNextArgument( LPCTSTR pStr, LPTSTR *pArg, LPTSTR *pNext, in GetNextArgument()
1352 LPCTSTR pChar = pStr; in GetNextArgument()
1353 LPCTSTR pFirst = NULL; in GetNextArgument()
1661 LPTSTR SetupApp::CopyIniFile( LPCTSTR pIniFile ) in CopyIniFile()
1717 LPTSTR SetupApp::SetProdToAppTitle( LPCTSTR pProdName ) in SetProdToAppTitle()