Searched defs:hWaitEvent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp861 HANDLE hWaitEvent[4] = {0}; local
864 hWaitEvent[dwEventCount++] = ghStopSem;
869 hWaitEvent[dwEventCount++] = ghSeamlessWtNotifyEvent;
874 hWaitEvent[dwEventCount++] = ghSeamlessKmNotifyEvent;
879 hWaitEvent[dwEventCount++] = vboxDtGetNotifyEvent();
885 DWORD waitResult = MsgWaitForMultipleObjectsEx(dwEventCount, hWaitEvent, 500, QS_ALLINPUT, 0);
900 if (waitResult < RT_ELEMENTS(hWaitEvent))
902 if (hWaitEvent[waitResult])
904 if (hWaitEvent[waitResult] == ghSeamlessWtNotifyEvent)
912 else if (hWaitEvent[waitResul
[all...]

Completed in 35 milliseconds