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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxIPC.cpp135 LASTINPUTINFO lastInput; local
136 lastInput.cbSize = sizeof(LASTINPUTINFO);
137 BOOL fRc = s_pfnGetLastInputInfo(&lastInput);
140 ipcRes.uLastInput = (GetTickCount() - lastInput.dwTime) / 1000;

Completed in 43 milliseconds