- Timestamp:
- Aug 8, 2001, 7:24:45 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/pe2lx/pe2lx.cpp
r6296 r6493 1 /* $Id: pe2lx.cpp,v 1.3 1 2001-07-10 16:39:18bird Exp $1 /* $Id: pe2lx.cpp,v 1.32 2001-08-08 17:24:45 bird Exp $ 2 2 * 3 3 * Pe2Lx class implementation. Ring 0 and Ring 3 … … 1875 1875 case ERROR_NETWORK_ACCESS_DENIED: case ERROR_BAD_NET_NAME: case ERROR_TOO_MANY_SESS: case ERROR_REQ_NOT_ACCEP: 1876 1876 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: 1878 1878 rc = ERROR_FILE_NOT_FOUND; 1879 1879 pszPath = pszNext;
Note:
See TracChangeset
for help on using the changeset viewer.