Changeset 67314 in vbox for trunk/include
- Timestamp:
- Jun 9, 2017 10:06:59 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116023
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r62476 r67314 444 444 VBGLR3DECL(void) VbglR3ClosePidFile(const char *pszPath, RTFILE hFile); 445 445 VBGLR3DECL(int) VbglR3SetGuestCaps(uint32_t fOr, uint32_t fNot); 446 VBGLR3DECL(int) VbglR3AcquireGuestCaps(uint32_t fOr, uint32_t fNot, bool fConfig); 446 447 VBGLR3DECL(int) VbglR3WaitEvent(uint32_t fMask, uint32_t cMillies, uint32_t *pfEvents); 447 448
Note:
See TracChangeset
for help on using the changeset viewer.