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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/
H A DVBoxUsbLib-win.cpp71 HANDLE hInterruptEvent; member in struct:VBOXUSBGLOBALSTATE
1045 HANDLE ahEvents[] = {pGlobal->hNotifyEvent, pGlobal->hInterruptEvent};
1076 BOOL bRc = SetEvent(pGlobal->hInterruptEvent);
1341 g_VBoxUsbGlobal.hInterruptEvent = CreateEvent(NULL, /* LPSECURITY_ATTRIBUTES lpEventAttributes */
1345 if (g_VBoxUsbGlobal.hInterruptEvent)
1521 CloseHandle(g_VBoxUsbGlobal.hInterruptEvent);
1522 g_VBoxUsbGlobal.hInterruptEvent = NULL;
1558 Assert(g_VBoxUsbGlobal.hInterruptEvent == NULL);
1595 bRc = CloseHandle(g_VBoxUsbGlobal.hInterruptEvent);
1596 AssertMsg(bRc, ("CloseHandle for hInterruptEvent faile
[all...]

Completed in 47 milliseconds