Changeset 28051 in vbox for trunk/include
- Timestamp:
- Apr 7, 2010 2:09:14 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59760
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r27965 r28051 2197 2197 DECLR3CALLBACKMEMBER(int, pfnReportStatistics,(PPDMIVMMDEVCONNECTOR pInterface, struct VBoxGuestStatistics *pGuestStats)); 2198 2198 2199 /** 2200 * Query the current balloon size 2201 * 2202 * @returns VBox status code. 2203 * @param pInterface Pointer to this interface. 2204 * @param pcbBalloon Balloon size 2205 * @thread The emulation thread. 2206 */ 2207 DECLR3CALLBACKMEMBER(int, pfnQueryBalloonSize,(PPDMIVMMDEVCONNECTOR pInterface, uint32_t *pcbBalloon)); 2208 2199 2209 } PDMIVMMDEVCONNECTOR; 2200 2210 /** PDMIVMMDEVCONNECTOR interface ID. */
Note:
See TracChangeset
for help on using the changeset viewer.