Searched refs:szModulePath (Results 1 – 1 of 1) sorted by relevance
2007 TCHAR szModulePath[MAX_PATH+1]; in FindProcessForImage() local2009 if ( GetModuleFileNameEx( hProcess, NULL, szModulePath, MAX_PATH ) ) in FindProcessForImage()2013 if ( GetShortPathName( szModulePath, szShortModulePath, elementsof(szShortModulePath) ) ) in FindProcessForImage()
Completed in 24 milliseconds