Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_joystick.c1919 HANDLE hProcessSnap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in SDL_IsPS4RemapperRunning() local
1920 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