Searched refs:hProcessSnap (Results 1 – 1 of 1) sorted by relevance
1919 HANDLE hProcessSnap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in SDL_IsPS4RemapperRunning() local1920 if (hProcessSnap != INVALID_HANDLE_VALUE) { in SDL_IsPS4RemapperRunning()1922 if (Process32First(hProcessSnap, &pe32)) { in SDL_IsPS4RemapperRunning()1930 } while (Process32Next(hProcessSnap, &pe32) && !found); in SDL_IsPS4RemapperRunning()1932 CloseHandle(hProcessSnap); in SDL_IsPS4RemapperRunning()
Completed in 6 milliseconds