VirtualBox

Changeset 41182 in vbox for trunk/src


Ignore:
Timestamp:
May 7, 2012 10:17:23 AM (13 years ago)
Author:
vboxsync
Message:

IPRT/process-win: Added ERROR_BAD_DEVICE translation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/process-win.cpp

    r41056 r41182  
    299299        case ERROR_FILE_CORRUPT:
    300300            rc = VERR_BAD_EXE_FORMAT;
     301            break;
     302
     303        case ERROR_BAD_DEVICE: /* Can happen when opening funny things like "CON". */
     304            rc = VERR_INVALID_NAME;
    301305            break;
    302306
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