VirtualBox

Changeset 30093 in vbox for trunk/src/VBox/Runtime/win


Ignore:
Timestamp:
Jun 8, 2010 2:30:17 PM (15 years ago)
Author:
vboxsync
Message:

IPRT: Removed VERR_LOGON_FAILURE in favor of VERR_AUTHENTICATION_FAILURE. Cleaned up nits in process-win.cpp and adding some missing function docs. Hope it compiles...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp

    r28800 r30093  
    188188        case ERROR_DIRECTORY:               return VERR_NOT_A_DIRECTORY;
    189189
    190         case ERROR_LOGON_FAILURE:           return VERR_LOGON_FAILURE;
     190        case ERROR_LOGON_FAILURE:           return VERR_AUTHENTICATION_FAILURE;
    191191
    192192        /*
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