Changeset 26325 in vbox for trunk/include/VBox
- Timestamp:
- Feb 8, 2010 1:22:07 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57408
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r26243 r26325 33 33 #include <VBox/types.h> 34 34 #include <VBox/VMMDev2.h> 35 #include <VBox/VMMDev.h> /* grumble */ 35 36 #ifdef IN_RING0 36 # include <VBox/VMMDev.h> /* grumble */37 37 # include <VBox/VBoxGuest2.h> 38 38 #endif … … 457 457 VBGLR3DECL(int) VbglR3SaveVideoMode(const char *pszName, uint32_t cx, uint32_t cy, uint32_t cBits); 458 458 VBGLR3DECL(int) VbglR3RetrieveVideoMode(const char *pszName, uint32_t *pcx, uint32_t *pcy, uint32_t *pcBits); 459 /** @} */ 460 461 /** @name VM Statistics 462 * @{ */ 463 VBGLR3DECL(int) VbglR3StatQueryInterval(uint32_t *pu32Interval); 464 VBGLR3DECL(int) VbglR3StatReport(VMMDevReportGuestStats *pReq); 465 /** @} */ 466 467 /** @name Memory ballooning 468 * @{ */ 469 VBGLR3DECL(int) VbglR3MemBalloonRefresh(uint32_t *pu32Size); 459 470 /** @} */ 460 471
Note:
See TracChangeset
for help on using the changeset viewer.