Changeset 18526 in vbox for trunk/include/VBox
- Timestamp:
- Mar 30, 2009 11:47:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r18320 r18526 1675 1675 VBGLR3DECL(int) VbglR3CtlFilterMask(uint32_t fOr, uint32_t fNot); 1676 1676 VBGLR3DECL(int) VbglR3Daemonize(bool fNoChDir, bool fNoClose); 1677 VBGLR3DECL(int) VbglR3PidFile(const char *pszPath, PRTFILE p File);1678 VBGLR3DECL(void) VbglR3ClosePidFile(const char *pszPath, RTFILE File);1677 VBGLR3DECL(int) VbglR3PidFile(const char *pszPath, PRTFILE phFile); 1678 VBGLR3DECL(void) VbglR3ClosePidFile(const char *pszPath, RTFILE hFile); 1679 1679 VBGLR3DECL(int) VbglR3SetGuestCaps(uint32_t fOr, uint32_t fNot); 1680 1680
Note:
See TracChangeset
for help on using the changeset viewer.