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