Changeset 102113 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 15, 2023 4:23:52 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 160234
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/PlatformPropertiesImpl.h
r101756 r102113 86 86 HRESULT getSupportedUSBControllerTypes(std::vector<USBControllerType_T> &aSupportedUSBControllerTypes) RT_OVERRIDE; 87 87 HRESULT getSupportedAudioControllerTypes(std::vector<AudioControllerType_T> &aSupportedAudioControllerTypes) RT_OVERRIDE; 88 HRESULT getSupportedBootDevices(std::vector<DeviceType_T> &aSupportedBootDevices); 88 89 HRESULT getSupportedStorageBuses(std::vector<StorageBus_T> &aSupportedStorageBuses) RT_OVERRIDE; 89 90 HRESULT getSupportedStorageControllerTypes(std::vector<StorageControllerType_T> &aSupportedStorageControllerTypes) RT_OVERRIDE;
Note:
See TracChangeset
for help on using the changeset viewer.