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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp140 HANDLE ghSeamlessKmNotifyEvent = 0; variable
753 ghSeamlessKmNotifyEvent = CreateEvent(NULL, FALSE, FALSE, NULL);
754 if (ghSeamlessKmNotifyEvent == NULL)
772 if (ghSeamlessKmNotifyEvent)
774 CloseHandle(ghSeamlessKmNotifyEvent);
775 ghSeamlessKmNotifyEvent = NULL;
872 if (0 != ghSeamlessKmNotifyEvent)
874 hWaitEvent[dwEventCount++] = ghSeamlessKmNotifyEvent;
912 else if (hWaitEvent[waitResult] == ghSeamlessKmNotifyEvent)

Completed in 48 milliseconds