Searched refs:szShortModulePath (Results 1 – 1 of 1) sorted by relevance
2011 TCHAR szShortModulePath[MAX_PATH]; in FindProcessForImage() local2013 if ( GetShortPathName( szModulePath, szShortModulePath, elementsof(szShortModulePath) ) ) in FindProcessForImage()2015 if ( 0 == _tcsicmp( szShortModulePath, szShortImagePath ) ) in FindProcessForImage()
Completed in 25 milliseconds