VirtualBox

Changeset 41055 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Apr 25, 2012 4:22:12 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77619
Message:

IPRT/process-win: Added ERROR_FILE_CORRUPT translation.

File:
1 edited

Legend:

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

    r40825 r41055  
    295295        case ERROR_PASSWORD_RESTRICTION:
    296296            rc = VERR_AUTHENTICATION_FAILURE;
     297            break;
     298
     299        case ERROR_FILE_CORRUPT:
     300            rc = VERR_INVALID_EXE_SIGNATURE;
    297301            break;
    298302
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