Changeset 6493 for trunk/src


Ignore:
Timestamp:
Aug 8, 2001, 7:24:45 PM (24 years ago)
Author:
bird
Message:

Ignore ERROR_DRIVE_LOCKED (which is normally caused by an chkdsk or format operation).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/pe2lx/pe2lx.cpp

    r6296 r6493  
    1 /* $Id: pe2lx.cpp,v 1.31 2001-07-10 16:39:18 bird Exp $
     1/* $Id: pe2lx.cpp,v 1.32 2001-08-08 17:24:45 bird Exp $
    22 *
    33 * Pe2Lx class implementation. Ring 0 and Ring 3
     
    18751875                case ERROR_NETWORK_ACCESS_DENIED:   case ERROR_BAD_NET_NAME:            case ERROR_TOO_MANY_SESS:           case ERROR_REQ_NOT_ACCEP:
    18761876                case ERROR_INVALID_PASSWORD:        case ERROR_OPEN_FAILED:             case ERROR_INVALID_NAME:            case ERROR_FILENAME_EXCED_RANGE:
    1877                 case ERROR_VC_DISCONNECTED:
     1877                case ERROR_VC_DISCONNECTED:         case ERROR_DRIVE_LOCKED:
    18781878                    rc = ERROR_FILE_NOT_FOUND;
    18791879                    pszPath = pszNext;
Note: See TracChangeset for help on using the changeset viewer.