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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTrayMsg.h94 uint32_t uLastInput; member in struct:VBOXTRAYIPCRES_USERLASTINPUT
H A DVBoxIPC.cpp140 ipcRes.uLastInput = (GetTickCount() - lastInput.dwTime) / 1000;
150 ipcRes.uLastInput = UINT32_MAX;
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo-win.cpp907 /* If uLastInput is set to UINT32_MAX VBoxTray was not able to retrieve the
909 && ipcRes.uLastInput != UINT32_MAX)
911 userState = (ipcRes.uLastInput * 1000) < g_uVMInfoUserIdleThresholdMS
926 pszUser, pszDomain ? pszDomain : "<None>", ipcRes.uLastInput, fReportToHost);
941 else if (ipcRes.uLastInput == UINT32_MAX)

Completed in 2621 milliseconds