Home
last modified time | relevance | path

Searched refs:szShortModulePath (Results 1 – 1 of 1) sorted by relevance

/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp2034 TCHAR szShortModulePath[MAX_PATH]; in FindProcessForImage() local
2036 … if ( GetShortPathName( szModulePath, szShortModulePath, elementsof(szShortModulePath) ) ) in FindProcessForImage()
2038 if ( 0 == _tcsicmp( szShortModulePath, szShortImagePath ) ) in FindProcessForImage()