Home
last modified time | relevance | path

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

/aoo4110/main/setup_native/source/win32/customactions/quickstarter/
H A Dquickstarter.cxx173 PROCESSENTRY32 pe32 = { 0 }; in GetProcessImagePath_9x() local
175 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 11 milliseconds