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

/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp2508 LARGE_INTEGER nextQuery, difference, tenSeconds; local
2512 tenSeconds.QuadPart = 10*10*1000*1000;
2514 if (difference.QuadPart*KeQueryTimeIncrement() >= tenSeconds.QuadPart)

Completed in 50 milliseconds