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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxHostVersion.cpp45 bool bUpdate; local
46 rc = VbglR3HostVersionCheckForUpdate(uGuestPropSvcClientID, &bUpdate, &pszHostVersion, &pszGuestVersion);
49 if (bUpdate)
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dhostversion.cpp163 bool bUpdate; local
165 rc = VbglR3HostVersionCheckForUpdate(uGuestPropSvcClientID, &bUpdate, &pszHostVersion, &pszGuestVersion);
168 if (bUpdate)

Completed in 43 milliseconds