Changeset 4010 for branches/Grace/src/win32k/include/dev32.h
- Timestamp:
- Aug 14, 2000, 10:57:07 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Grace/src/win32k/include/dev32.h
r3834 r4010 1 /* $Id: dev32.h,v 1.8.4. 1 2000-07-16 22:43:28bird Exp $1 /* $Id: dev32.h,v 1.8.4.2 2000-08-14 08:57:06 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 Errors69 */70 #define ERROR_D32_GETOS2KRNL_FAILED 0x0171 #define ERROR_D32_NO_SWAPMTE 0x0272 #define ERROR_D32_TOO_MANY_OBJECTS 0x0373 #define ERROR_D32_NO_OBJECT_TABLE 0x0474 #define ERROR_D32_BUILD_INFO_NOT_FOUND 0x0575 #define ERROR_D32_INVALID_BUILD 0x0676 #define ERROR_D32_PROC_NOT_FOUND 0x1077 #define ERROR_D32_INVALID_OBJ_OR_ADDR 0x1178 #define ERROR_D32_INVALID_ADDRESS 0x1279 #define ERROR_D32_TOO_INVALID_PROLOG 0x1380 #define ERROR_D32_NOT_IMPLEMENTED 0x1481 #define ERROR_D32_VERIFY_FAILED 0x2082 66 83 67
Note:
See TracChangeset
for help on using the changeset viewer.