Changeset 3834 for branches/Grace/src/win32k/include/dev32.h
- Timestamp:
- Jul 17, 2000, 12:43:41 AM (25 years ago)
- File:
-
- 1 edited
-
branches/Grace/src/win32k/include/dev32.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/Grace/src/win32k/include/dev32.h
r2898 r3834 1 /* $Id: dev32.h,v 1.8 2000-02-25 18:15:04bird Exp $1 /* $Id: dev32.h,v 1.8.4.1 2000-07-16 22:43:28 bird Exp $ 2 2 * 3 3 * dev32 - header file for 32-bit part of the driver. … … 64 64 PMTE _System GetOS2KrnlMTE(void); /* (devfirst.asm) */ 65 65 #endif 66 67 /* 68 * D32init Errors 69 */ 70 #define ERROR_D32_GETOS2KRNL_FAILED 0x01 71 #define ERROR_D32_NO_SWAPMTE 0x02 72 #define ERROR_D32_TOO_MANY_OBJECTS 0x03 73 #define ERROR_D32_NO_OBJECT_TABLE 0x04 74 #define ERROR_D32_BUILD_INFO_NOT_FOUND 0x05 75 #define ERROR_D32_INVALID_BUILD 0x06 76 #define ERROR_D32_PROC_NOT_FOUND 0x10 77 #define ERROR_D32_INVALID_OBJ_OR_ADDR 0x11 78 #define ERROR_D32_INVALID_ADDRESS 0x12 79 #define ERROR_D32_TOO_INVALID_PROLOG 0x13 80 #define ERROR_D32_NOT_IMPLEMENTED 0x14 81 #define ERROR_D32_VERIFY_FAILED 0x20 66 82 67 83
Note:
See TracChangeset
for help on using the changeset viewer.
