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

/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp311 PLONG TimerCounter; member in struct:_TIMERCTX
634 if (*(pTmCtx->TimerCounter) != -1)
635 (*(pTmCtx->TimerCounter))--;
637 pTmCtx->NewTimerCount = *(pTmCtx->TimerCounter);
639 if (*(pTmCtx->TimerCounter) == 0)
1110 timerContext.TimerCounter = &pDevExt->TimerCount;

Completed in 50 milliseconds