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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.h228 HANDLE hTimerQueue; member in struct:VBOXWDDMDISP_DEVICE
H A DVBoxDispDbg.cpp664 HRESULT vboxVDbgTimerStart(HANDLE hTimerQueue, HANDLE *phTimer, DWORD msTimeout) argument
666 if (!CreateTimerQueueTimer(phTimer, hTimerQueue,
680 HRESULT vboxVDbgTimerStop(HANDLE hTimerQueue, HANDLE hTimer) argument
682 if (!DeleteTimerQueueTimer(hTimerQueue, hTimer, NULL))
/vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/
H A DVBoxUsbLib-win.cpp75 HANDLE hTimerQueue; member in struct:VBOXUSBGLOBALSTATE
1199 if (!DeleteTimerQueueTimer(g_VBoxUsbGlobal.hTimerQueue, g_VBoxUsbGlobal.hTimer, NULL))
1206 if (!CreateTimerQueueTimer(&g_VBoxUsbGlobal.hTimer, g_VBoxUsbGlobal.hTimerQueue,
1442 g_VBoxUsbGlobal.hTimerQueue = CreateTimerQueue();
1443 if (g_VBoxUsbGlobal.hTimerQueue)
1482 DeleteTimerQueueEx(g_VBoxUsbGlobal.hTimerQueue, INVALID_HANDLE_VALUE /* see term */);
1483 g_VBoxUsbGlobal.hTimerQueue = NULL;
1578 bRc = DeleteTimerQueueTimer(g_VBoxUsbGlobal.hTimerQueue, g_VBoxUsbGlobal.hTimer,
1583 if (g_VBoxUsbGlobal.hTimerQueue)
1585 bRc = DeleteTimerQueueEx(g_VBoxUsbGlobal.hTimerQueue,
[all...]

Completed in 63 milliseconds