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

/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp630 PTIMERCTX pTmCtx = (PTIMERCTX)pCtx; local
631 PDEVICE_OBJECT pDevObj = pTmCtx->pDevObj;
634 if (*(pTmCtx->TimerCounter) != -1)
635 (*(pTmCtx->TimerCounter))--;
637 pTmCtx->NewTimerCount = *(pTmCtx->TimerCounter);
639 if (*(pTmCtx->TimerCounter) == 0)

Completed in 49 milliseconds