VirtualBox

Changeset 64594 in vbox for trunk/src/VBox/Runtime/nt


Ignore:
Timestamp:
Nov 8, 2016 9:59:47 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111788
Message:

iprt/nt/nt.h: Added NtFlushVirtualMemory and adjusted relatives.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp

    r62477 r64594  
    5353        case STATUS_INVALID_HANDLE:         return VERR_INVALID_HANDLE;
    5454        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;
    5567        case STATUS_NO_SUCH_DEVICE:         return VERR_FILE_NOT_FOUND;
    5668        case STATUS_NO_SUCH_FILE:           return VERR_FILE_NOT_FOUND;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette