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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxHostVersion.cpp43 char *pszHostVersion; local
46 rc = VbglR3HostVersionCheckForUpdate(uGuestPropSvcClientID, &bUpdate, &pszHostVersion, &pszGuestVersion);
58 "install option from the Devices menu.", pszGuestVersion, pszHostVersion);
68 rc = VbglR3HostVersionLastCheckedStore(uGuestPropSvcClientID, pszHostVersion);
70 VbglR3GuestPropReadValueFree(pszHostVersion);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dhostversion.cpp161 char *pszHostVersion; local
165 rc = VbglR3HostVersionCheckForUpdate(uGuestPropSvcClientID, &bUpdate, &pszHostVersion, &pszGuestVersion);
178 "install option from the Devices menu.", pszGuestVersion, pszHostVersion);
182 RTStrPrintf(szMsg, sizeof(szMsg), "Your virtual machine is currently running the Guest Additions version %s. Since you are running a version of the Guest Additions provided by the operating system you installed in the virtual machine we recommend that you update it to at least version %s using that system's update features, or alternatively that you remove this version and then install the " VBOX_VENDOR_SHORT " Guest Additions package using the install option from the Devices menu. Please consult the documentation for the operating system you are running to find out how to update or remove the current Guest Additions package.", pszGuestVersion, pszHostVersion);
191 rc = VbglR3HostVersionLastCheckedStore(uGuestPropSvcClientID, pszHostVersion);
193 VbglR3GuestPropReadValueFree(pszHostVersion);

Completed in 42 milliseconds