Searched refs:ShutdownEvent (Results 1 – 2 of 2) sorted by relevance
28 static HANDLE ShutdownEvent; variable66 SetEvent(ShutdownEvent); in ServiceControlHandler()88 SetEvent(ShutdownEvent); in ServiceControlHandler()117 ShutdownEvent = CreateEventW(NULL, TRUE, FALSE, NULL); in ServiceMain()123 WaitForSingleObject(ShutdownEvent, INFINITE); in ServiceMain()124 CloseHandle(ShutdownEvent); in ServiceMain()
136 PVOID ShutdownEvent; in RawInputThreadMain() local175 PoRequestShutdownEvent(&ShutdownEvent); in RawInputThreadMain()214 WaitObjects[cWaitObjects++] = ShutdownEvent; in RawInputThreadMain()290 else if (pSignaledObject == ShutdownEvent) in RawInputThreadMain()