Changeset 104946 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jun 17, 2024 5:30:00 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp
r104845 r104946 1185 1185 { 1186 1186 PPDMIMOUNT pIMount = PDMIBASE_QUERY_INTERFACE(pBase, PDMIMOUNT); 1187 Assert Return(pIMount, VERR_INVALID_POINTER);1187 AssertPtrReturn(pIMount, VERR_INVALID_POINTER); 1188 1188 1189 1189 /* Unmount the media (but do not eject the medium!) */
Note:
See TracChangeset
for help on using the changeset viewer.