Home
last modified time | relevance | path

Searched refs:uiWait2 (Results 1 – 1 of 1) sorted by relevance

/reactos/base/shell/explorer/
H A Dtrayclock.cpp460 UINT uiWait1, uiWait2; in CalibrateTimer() local
471 uiWait2 = 1000; in CalibrateTimer()
476 uiWait2 = 60 * 1000; in CalibrateTimer()
484 Ret = SetTimer(ID_TRAYCLOCK_TIMER, uiWait2, NULL) != 0; in CalibrateTimer()