Changeset 101057 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Sep 7, 2023 5:12:48 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r101035 r101057 4420 4420 4421 4421 StorageBus_T enmStorageBus = StorageBus_Null; 4422 HRESULT hrc = platformProperties->GetStorageBusFor StorageControllerType(aStorageControllerType, &enmStorageBus);4422 HRESULT hrc = platformProperties->GetStorageBusForControllerType(aStorageControllerType, &enmStorageBus); 4423 4423 if (FAILED(hrc)) 4424 4424 return hrc;
Note:
See TracChangeset
for help on using the changeset viewer.