Searched refs:hEvtQueueSem (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.h236 RTSEMEVENT hEvtQueueSem; member in struct:VBOXDNDCONTEXT
H A DVBoxDnD.cpp1561 rc = RTSemEventCreate(&pCtx->hEvtQueueSem);
1607 if (pCtx->hEvtQueueSem != NIL_RTSEMEVENT)
1608 RTSemEventDestroy(pCtx->hEvtQueueSem);

Completed in 45 milliseconds