Searched refs:nextQuery (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
2510 KeQueryTickCount(&nextQuery);
2511 difference.QuadPart = nextQuery.QuadPart - startOfSpin.QuadPart;

Completed in 49 milliseconds