VirtualBox

Changeset 31241 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 30, 2010 12:50:58 PM (14 years ago)
Author:
vboxsync
Message:

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

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r30964 r31241  
    589589typedef struct VBoxGuestInfo
    590590{
    591     /** The VMMDev interface version expected by additions. */
    592     uint32_t additionsVersion;
     591    /** The VMMDev interface version expected by additions.
     592      * *Deprecated*, do not use anymore! Will be removed. */
     593    uint32_t interfaceVersion;
    593594    /** Guest OS type. */
    594595    VBOXOSTYPE osType;
     
    628629    /** Feature mask, currently unused. */
    629630    uint32_t additionsFeatures;
    630     /** some additional information, for example 'Beta 1' or something like that */
     631    /** Some additional information, for example 'Beta 1' or something like that. */
    631632    char     szName[128];
    632633} VBoxGuestInfo2;
    633 
     634AssertCompileSize(VBoxGuestInfo2, 144);
    634635
    635636/**
  • 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.

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