Changeset 101593 in vbox for trunk/src/VBox/Main/include/VirtualBoxImpl.h
- Timestamp:
- Oct 25, 2023 3:37:09 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r101318 r101593 400 400 HRESULT getGuestOSType(const com::Utf8Str &aId, 401 401 ComPtr<IGuestOSType> &aType); 402 HRESULT getGuestOS VariantsByFamilyId(const Utf8Str &strOSFamily,403 std::vector<com::Utf8Str> &aOS Variants);404 HRESULT getGuestOSDescsBy Variant(const Utf8Str &strOSVariant,402 HRESULT getGuestOSSubtypesByFamilyId(const Utf8Str &strOSFamily, 403 std::vector<com::Utf8Str> &aOSSubtypes); 404 HRESULT getGuestOSDescsBySubtype(const Utf8Str &strOSSubtype, 405 405 std::vector<com::Utf8Str> &aGuestOSDescs); 406 406 HRESULT createSharedFolder(const com::Utf8Str &aName,
Note:
See TracChangeset
for help on using the changeset viewer.