VirtualBox

Changeset 23856 in vbox for trunk/include


Ignore:
Timestamp:
Oct 19, 2009 11:57:22 AM (15 years ago)
Author:
vboxsync
Message:

VbglR3: Added host version checking routines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuestLib.h

    r23845 r23856  
    404404VBGLR3DECL(int)     VbglR3SetGuestCaps(uint32_t fOr, uint32_t fNot);
    405405VBGLR3DECL(int)     VbglR3WaitEvent(uint32_t fMask, uint32_t cMillies, uint32_t *pfEvents);
     406VBGLR3DECL(int)     VbglR3GetAdditionsVersion(char **ppszVer, char **ppszRev);
    406407/** @} */
    407408
     
    471472VBGLR3DECL(int)     VbglR3GuestPropWait(uint32_t u32ClientId, const char *pszPatterns, void *pvBuf, uint32_t cbBuf, uint64_t u64Timestamp, uint32_t cMillies, char ** ppszName, char **ppszValue, uint64_t *pu64Timestamp, char **ppszFlags, uint32_t *pcbBufActual);
    472473/** @}  */
     474
     475/** @name Host version handling
     476 * @{ */
     477VBGLR3DECL(int)     VbglR3HostVersionCompare(const char *pszVer1, const char *pszVer2);
     478VBGLR3DECL(bool)    VbglR3HostVersionCheckForUpdate(char **ppszHostVersion, char **ppszGuestVersion);
     479VBGLR3DECL(int)     VbglR3HostVersionStore(const char* pszVer);
     480/** @}  */
    473481# endif /* VBOX_WITH_GUEST_PROPS defined */
    474482
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette