VirtualBox

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


Ignore:
Timestamp:
Nov 21, 2018 7:28:03 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/fileio-win.cpp: Fixed console handle regression from previous change (tstRTVfs failed). Also fixed nul device (invalid info level status).

File:
1 edited

Legend:

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

    r69720 r75651  
    5050        case STATUS_USER_APC:               return VERR_INTERRUPTED;
    5151
     52        case STATUS_INVALID_INFO_CLASS:     return VERR_INVALID_FUNCTION;
    5253        case STATUS_DATATYPE_MISALIGNMENT:  return VERR_INVALID_POINTER;
    5354        case STATUS_NO_MORE_FILES:          return VERR_NO_MORE_FILES;
Note: See TracChangeset for help on using the changeset viewer.

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