VirtualBox

Ignore:
Timestamp:
Oct 25, 2023 3:37:09 PM (15 months ago)
Author:
vboxsync
Message:

doc/manual,Frontends/VBoxManage,Main/{Global,GuestOSType,VirtualBox.xidl}:
Revisit the OS guest OS changes which added a new 'variant' field to the
Global::sOSTypes[] table along with a new VBoxManage subcommand and
IVirtualBox methods for accessing the guest OS variant information
(r159137). After discussion with the documentation team the identifier
'variant' is being changed to the clearer 'subtype' which also doesn't
overlap with the 'variant' terminology used with medium management
(IMedium::variant(), the MediumVariant enum, etc.). bugref:5936

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r101318 r101593  
    400400    HRESULT getGuestOSType(const com::Utf8Str &aId,
    401401                           ComPtr<IGuestOSType> &aType);
    402     HRESULT getGuestOSVariantsByFamilyId(const Utf8Str &strOSFamily,
    403                                          std::vector<com::Utf8Str> &aOSVariants);
    404     HRESULT getGuestOSDescsByVariant(const Utf8Str &strOSVariant,
     402    HRESULT getGuestOSSubtypesByFamilyId(const Utf8Str &strOSFamily,
     403                                         std::vector<com::Utf8Str> &aOSSubtypes);
     404    HRESULT getGuestOSDescsBySubtype(const Utf8Str &strOSSubtype,
    405405                                     std::vector<com::Utf8Str> &aGuestOSDescs);
    406406    HRESULT createSharedFolder(const com::Utf8Str &aName,
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