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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDispIf.cpp797 UINT_PTR idTimer; member in struct:VBOXRR
829 if (pMon->idTimer)
831 KillTimer(pMon->hWnd, pMon->idTimer);
832 pMon->idTimer = 0;
891 pMon->idTimer = SetTimer(pMon->hWnd, VBOXRR_TIMER_ID, 1000, (TIMERPROC)NULL);
892 Assert(pMon->idTimer);
893 if (!pMon->idTimer)
H A DVBoxTray.cpp1390 UINT_PTR idTimer; member in struct:VBOXDT
1431 if (wParam != gVBoxDt.idTimer)
1513 gVBoxDt.idTimer = SetTimer(ghwndToolWindow, TIMERID_VBOXTRAY_DT_TIMER, 500, (TIMERPROC)NULL);
1514 if (!gVBoxDt.idTimer)
1644 UINT_PTR idTimer; member in struct:VBOXCAPS
1755 if (pConsole->idTimer)
1758 KillTimer(ghwndToolWindow, pConsole->idTimer);
1759 pConsole->idTimer = 0;
1793 if (wParam != pConsole->idTimer)
1820 KillTimer(ghwndToolWindow, pConsole->idTimer);
[all...]

Completed in 53 milliseconds