Changeset 101180 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 19, 2023 5:18:37 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r101167 r101180 2192 2192 { 2193 2193 com::SafeArray<BSTR> GuestOSFamilies; 2194 CHECK_ERROR(pVirtualBox, GetGuestOSFamilies(ComSafeArrayAsOutParam(GuestOSFamilies)));2194 CHECK_ERROR(pVirtualBox, COMGETTER(GuestOSFamilies)(ComSafeArrayAsOutParam(GuestOSFamilies))); 2195 2195 if (SUCCEEDED(hrc)) 2196 2196 {
Note:
See TracChangeset
for help on using the changeset viewer.