Changeset 23856 in vbox for trunk/include
- Timestamp:
- Oct 19, 2009 11:57:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r23845 r23856 404 404 VBGLR3DECL(int) VbglR3SetGuestCaps(uint32_t fOr, uint32_t fNot); 405 405 VBGLR3DECL(int) VbglR3WaitEvent(uint32_t fMask, uint32_t cMillies, uint32_t *pfEvents); 406 VBGLR3DECL(int) VbglR3GetAdditionsVersion(char **ppszVer, char **ppszRev); 406 407 /** @} */ 407 408 … … 471 472 VBGLR3DECL(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); 472 473 /** @} */ 474 475 /** @name Host version handling 476 * @{ */ 477 VBGLR3DECL(int) VbglR3HostVersionCompare(const char *pszVer1, const char *pszVer2); 478 VBGLR3DECL(bool) VbglR3HostVersionCheckForUpdate(char **ppszHostVersion, char **ppszGuestVersion); 479 VBGLR3DECL(int) VbglR3HostVersionStore(const char* pszVer); 480 /** @} */ 473 481 # endif /* VBOX_WITH_GUEST_PROPS defined */ 474 482
Note:
See TracChangeset
for help on using the changeset viewer.