Changeset 85975 in vbox for trunk/src/VBox/Storage/VD.cpp
- Timestamp:
- Sep 1, 2020 11:31:28 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VD.cpp
r85947 r85975 6220 6220 uOpenFlags, pVDIfsImage, pVDIfsOperation)); 6221 6221 6222 AssertPtr Return(pVDIfsOperation, VERR_INVALID_PARAMETER);6222 AssertPtrNullReturn(pVDIfsOperation, VERR_INVALID_PARAMETER); 6223 6223 PVDINTERFACEPROGRESS pIfProgress = VDIfProgressGet(pVDIfsOperation); 6224 6224
Note:
See TracChangeset
for help on using the changeset viewer.