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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp139 HANDLE ghSeamlessWtNotifyEvent = 0; variable
746 ghSeamlessWtNotifyEvent = CreateEvent(&SecAttr, FALSE, FALSE, VBOXHOOK_GLOBAL_WT_EVENT_NAME);
747 if (ghSeamlessWtNotifyEvent == NULL)
766 if (ghSeamlessWtNotifyEvent)
768 CloseHandle(ghSeamlessWtNotifyEvent);
769 ghSeamlessWtNotifyEvent = NULL;
867 if (0 != ghSeamlessWtNotifyEvent)
869 hWaitEvent[dwEventCount++] = ghSeamlessWtNotifyEvent;
904 if (hWaitEvent[waitResult] == ghSeamlessWtNotifyEvent)

Completed in 49 milliseconds