Searched refs:pe32 (Results 1 – 1 of 1) sorted by relevance
173 PROCESSENTRY32 pe32 = { 0 }; in GetProcessImagePath_9x() local175 pe32.dwSize = sizeof(PROCESSENTRY32); in GetProcessImagePath_9x()177 BOOL fSuccess = _Process32First( hSnapshot, &pe32 ); in GetProcessImagePath_9x()182 if ( pe32.th32ProcessID == dwProcessId ) in GetProcessImagePath_9x()185 sImagePath = pe32.szExeFile; in GetProcessImagePath_9x()189 fSuccess = _Process32Next( hSnapshot, &pe32 ); in GetProcessImagePath_9x()
Completed in 7 milliseconds