Changeset 76119 in vbox for trunk/src/VBox/Runtime/nt
- Timestamp:
- Dec 10, 2018 1:24:12 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127360
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp
r75951 r76119 86 86 case STATUS_NO_MEDIA_IN_DEVICE: return VERR_DRIVE_IS_EMPTY; 87 87 88 case STATUS_REPARSE_POINT_NOT_RESOLVED: 89 return VERR_TOO_MANY_SYMLINKS; 88 90 case STATUS_UNEXPECTED_NETWORK_ERROR: 89 91 return VERR_NET_IO_ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.