Changeset 31241 in vbox for trunk/include/VBox/pdmifs.h
- Timestamp:
- Jul 30, 2010 12:50:58 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64255
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r30945 r31241 2112 2112 2113 2113 /** 2114 * Reports the detailed Guest Additions version. 2115 * Called whenever the Additions issue a guest version report request or the VM is reset. 2116 * 2117 * @param pInterface Pointer to this interface. 2118 * @param guestInfo Pointer to Guest Additions information structure. 2119 * @thread The emulation thread. 2120 */ 2121 DECLR3CALLBACKMEMBER(void, pfnUpdateGuestInfo2,(PPDMIVMMDEVCONNECTOR pInterface, const struct VBoxGuestInfo2 *pGuestInfo)); 2122 2123 /** 2114 2124 * Update the guest additions capabilities. 2115 2125 * This is called when the guest additions capabilities change. The new capabilities
Note:
See TracChangeset
for help on using the changeset viewer.