Changeset 101180 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 19, 2023 5:18:37 PM (19 months ago)
- svn:sync-xref-src-repo-rev:
- 159153
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r101166 r101180 346 346 HRESULT getFloppyImages(std::vector<ComPtr<IMedium> > &aFloppyImages); 347 347 HRESULT getProgressOperations(std::vector<ComPtr<IProgress> > &aProgressOperations); 348 HRESULT getGuestOSFamilies(std::vector<com::Utf8Str> &aOSFamilies); 348 349 HRESULT getGuestOSTypes(std::vector<ComPtr<IGuestOSType> > &aGuestOSTypes); 349 350 HRESULT getSharedFolders(std::vector<ComPtr<ISharedFolder> > &aSharedFolders); … … 399 400 HRESULT getGuestOSType(const com::Utf8Str &aId, 400 401 ComPtr<IGuestOSType> &aType); 401 HRESULT getGuestOSFamilies(std::vector<com::Utf8Str> &aOSFamilies);402 402 HRESULT getGuestOSVariantsByFamilyId(const Utf8Str &strOSFamily, 403 403 std::vector<com::Utf8Str> &aOSVariants);
Note:
See TracChangeset
for help on using the changeset viewer.