VirtualBox

Changeset 31241 in vbox for trunk/include/VBox/pdmifs.h


Ignore:
Timestamp:
Jul 30, 2010 12:50:58 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64255
Message:

Removed use of interface version for IGuest::getAdditionsVersion, some cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmifs.h

    r30945 r31241  
    21122112
    21132113    /**
     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    /**
    21142124     * Update the guest additions capabilities.
    21152125     * This is called when the guest additions capabilities change. The new capabilities
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette