Searched refs:nTempPath (Results 1 – 1 of 1) sorted by relevance
529 …int nTempPath = lstrlen( m_pModuleFile ) + lstrlen( pFileName ) + 2; // 1 for null terminator, 1 f… in GetPathToFile() local530 TCHAR* pTempPath = new TCHAR[ nTempPath ]; in GetPathToFile()534 if ( 0 == GetFullPathName( m_pModuleFile, nTempPath, pTempPath, &pFilePart ) ) in GetPathToFile()544 StringCchCat( pTempPath, nTempPath, pFileName ); in GetPathToFile()546 int nPath = 2 * nTempPath; in GetPathToFile()