VirtualBox

Changeset 39825 in vbox


Ignore:
Timestamp:
Jan 20, 2012 9:47:56 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75828
Message:

VBoxGuestInfo2::szName updated documenation.

File:
1 edited

Legend:

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

    r38663 r39825  
    673673    /** Feature mask, currently unused. */
    674674    uint32_t additionsFeatures;
    675     /** Some additional information, for example 'Beta 1' or something like that. */
     675    /** The intentional meaning of this field was:
     676     * Some additional information, for example 'Beta 1' or something like that.
     677     *
     678     * The way it was implemented was implemented: VBOX_VERSION_STRING.
     679     *
     680     * This means the first three members are duplicated in this field (if the guest
     681     * build config is sane). So, the user must check this and chop it off before
     682     * usage.  There is, because of the Main code's blind trust in the field's
     683     * content, no way back. */
    676684    char     szName[128];
    677685} VBoxGuestInfo2;
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