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

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibHostVersion.cpp50 * @param pfUpdate Receives pointer to boolean flag indicating
61 VBGLR3DECL(int) VbglR3HostVersionCheckForUpdate(uint32_t u32ClientId, bool *pfUpdate, char **ppszHostVersion, char **ppszGuestVersion) argument
64 AssertPtr(pfUpdate);
73 *pfUpdate = true;
91 *pfUpdate = false;
99 if (RT_SUCCESS(rc) && *pfUpdate)
118 *pfUpdate = false; /* We already notified this version, skip */
139 if (RT_SUCCESS(rc) && *pfUpdate)
149 *pfUpdate = false;

Completed in 42 milliseconds