Changeset 64594 in vbox for trunk/src/VBox/Runtime/nt
- Timestamp:
- Nov 8, 2016 9:59:47 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111788
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp ¶
r62477 r64594 53 53 case STATUS_INVALID_HANDLE: return VERR_INVALID_HANDLE; 54 54 case STATUS_INVALID_PARAMETER: return VERR_INVALID_PARAMETER; 55 case STATUS_INVALID_PARAMETER_1: return VERR_INVALID_PARAMETER; 56 case STATUS_INVALID_PARAMETER_2: return VERR_INVALID_PARAMETER; 57 case STATUS_INVALID_PARAMETER_3: return VERR_INVALID_PARAMETER; 58 case STATUS_INVALID_PARAMETER_4: return VERR_INVALID_PARAMETER; 59 case STATUS_INVALID_PARAMETER_5: return VERR_INVALID_PARAMETER; 60 case STATUS_INVALID_PARAMETER_6: return VERR_INVALID_PARAMETER; 61 case STATUS_INVALID_PARAMETER_7: return VERR_INVALID_PARAMETER; 62 case STATUS_INVALID_PARAMETER_8: return VERR_INVALID_PARAMETER; 63 case STATUS_INVALID_PARAMETER_9: return VERR_INVALID_PARAMETER; 64 case STATUS_INVALID_PARAMETER_10: return VERR_INVALID_PARAMETER; 65 case STATUS_INVALID_PARAMETER_11: return VERR_INVALID_PARAMETER; 66 case STATUS_INVALID_PARAMETER_12: return VERR_INVALID_PARAMETER; 55 67 case STATUS_NO_SUCH_DEVICE: return VERR_FILE_NOT_FOUND; 56 68 case STATUS_NO_SUCH_FILE: return VERR_FILE_NOT_FOUND;
Note:
See TracChangeset
for help on using the changeset viewer.