Changeset 101166 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 19, 2023 10:30:56 AM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 159139
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r101164 r101166 275 275 HRESULT i_findGuestOSType(const Utf8Str &strOSType, 276 276 ComObjPtr<GuestOSType> &guestOSType); 277 278 HRESULT getGuestOSFamilies(std::vector<com::Utf8Str> &aOSFamilies);279 280 HRESULT getGuestOSVariantsByFamilyId(const Utf8Str &strOSFamily,281 std::vector<com::Utf8Str> &aOSVariants);282 283 HRESULT getGuestOSDescsByVariant(const Utf8Str &strOSVariant,284 std::vector<com::Utf8Str> &aGuestOSDescs);285 277 286 278 const Guid &i_getGlobalRegistryId() const; … … 407 399 HRESULT getGuestOSType(const com::Utf8Str &aId, 408 400 ComPtr<IGuestOSType> &aType); 401 HRESULT getGuestOSFamilies(std::vector<com::Utf8Str> &aOSFamilies); 402 HRESULT getGuestOSVariantsByFamilyId(const Utf8Str &strOSFamily, 403 std::vector<com::Utf8Str> &aOSVariants); 404 HRESULT getGuestOSDescsByVariant(const Utf8Str &strOSVariant, 405 std::vector<com::Utf8Str> &aGuestOSDescs); 409 406 HRESULT createSharedFolder(const com::Utf8Str &aName, 410 407 const com::Utf8Str &aHostPath,
Note:
See TracChangeset
for help on using the changeset viewer.