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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/
H A DVBoxUsbLib-win.cpp70 HANDLE hNotifyEvent; member in struct:VBOXUSBGLOBALSTATE
1045 HANDLE ahEvents[] = {pGlobal->hNotifyEvent, pGlobal->hInterruptEvent};
1186 SetEvent(g_VBoxUsbGlobal.hNotifyEvent);
1282 SetEvent(g_VBoxUsbGlobal.hNotifyEvent);
1331 g_VBoxUsbGlobal.hNotifyEvent = CreateEvent(NULL, /* LPSECURITY_ATTRIBUTES lpEventAttributes */
1339 if (g_VBoxUsbGlobal.hNotifyEvent)
1406 Assert(g_VBoxUsbGlobal.hNotifyEvent);
1407 SetEvent.u.hEvent = g_VBoxUsbGlobal.hNotifyEvent;
1455 DWORD dwResult = WaitForSingleObject(g_VBoxUsbGlobal.hNotifyEvent, INFINITE);
1465 SetEvent(g_VBoxUsbGlobal.hNotifyEvent);
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp1388 HANDLE hNotifyEvent; member in struct:VBOXDT
1453 gVBoxDt.hNotifyEvent = CreateEvent(NULL, FALSE, FALSE, VBOXHOOK_GLOBAL_DT_EVENT_NAME);
1454 if (gVBoxDt.hNotifyEvent != NULL)
1539 CloseHandle(gVBoxDt.hNotifyEvent);
1563 CloseHandle(gVBoxDt.hNotifyEvent);
1577 return gVBoxDt.hNotifyEvent;

Completed in 38 milliseconds