Changeset 4010 for branches/GRACE/src/win32k/include
- Timestamp:
- Aug 14, 2000, 10:57:07 AM (25 years ago)
- Location:
- branches/GRACE/src/win32k/include
- Files:
-
- 2 edited
-
probkrnl.h (modified) (2 diffs)
-
test.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/include/probkrnl.h
r3834 r4010 1 /* $Id: probkrnl.h,v 1.13.4. 1 2000-07-16 22:43:33bird Exp $1 /* $Id: probkrnl.h,v 1.13.4.2 2000-08-14 08:57:07 bird Exp $ 2 2 * 3 3 * Include file for ProbKrnl. … … 48 48 #define TYPE_W4 0x02 /* Warp4 fp13 and above. */ 49 49 #endif 50 51 /*52 * Probkrnl error codes. (They all begin with ERROR_PROB_.)53 *54 * NOTE! ERROR_PROB_KRNL_* < ERROR_PROB_SYM_* < ERROR_PROB_SYMDB_*55 */56 #define ERROR_PROB_BASE 1000057 #define ERROR_PROB_KRNL_FIRST ERROR_PROB_KRNL_OPEN_FAILED58 #define ERROR_PROB_KRNL_LAST ERROR_PROB_KRNL_OTE_READ59 #define ERROR_PROB_KRNL_OPEN_FAILED (ERROR_PROB_BASE + 0)60 #define ERROR_PROB_KRNL_SEEK_SIZE (ERROR_PROB_BASE + 2)61 #define ERROR_PROB_KRNL_SEEK_FIRST (ERROR_PROB_BASE + 3)62 #define ERROR_PROB_KRNL_READ_FIRST (ERROR_PROB_BASE + 4)63 #define ERROR_PROB_KRNL_READ_NEXT (ERROR_PROB_BASE + 5)64 #define ERROR_PROB_KRNL_TAG_NOT_FOUND (ERROR_PROB_BASE + 6)65 #define ERROR_PROB_KRNL_INV_SIGANTURE (ERROR_PROB_BASE + 7)66 #define ERROR_PROB_KRNL_INV_BUILD_NBR (ERROR_PROB_BASE + 8)67 #define ERROR_PROB_KRNL_BUILD_VERSION (ERROR_PROB_BASE + 9)68 #define ERROR_PROB_KRNL_MZ_SEEK (ERROR_PROB_BASE + 10)69 #define ERROR_PROB_KRNL_MZ_READ (ERROR_PROB_BASE + 11)70 #define ERROR_PROB_KRNL_NEOFF_INVALID (ERROR_PROB_BASE + 12)71 #define ERROR_PROB_KRNL_NEOFF_SEEK (ERROR_PROB_BASE + 13)72 #define ERROR_PROB_KRNL_LX_READ (ERROR_PROB_BASE + 14)73 #define ERROR_PROB_KRNL_LX_SIGNATURE (ERROR_PROB_BASE + 15)74 #define ERROR_PROB_KRNL_OBJECT_CNT (ERROR_PROB_BASE + 16)75 #define ERROR_PROB_KRNL_OBJECT_CNR_10 (ERROR_PROB_BASE + 17)76 #define ERROR_PROB_KRNL_OTE_SEEK (ERROR_PROB_BASE + 18)77 #define ERROR_PROB_KRNL_OTE_READ (ERROR_PROB_BASE + 19)78 #define ERROR_PROB_KRNL_OTE_SIZE_MIS (ERROR_PROB_BASE + 20)79 80 #define ERROR_PROB_SYM_FIRST ERROR_PROB_SYM_FILE_NOT_FOUND81 #define ERROR_PROB_SYM_LAST ERROR_PROB_SYM_IMPORTS_NOTFOUND82 #define ERROR_PROB_SYM_FILE_NOT_FOUND (ERROR_PROB_BASE + 30)83 #define ERROR_PROB_SYM_READERROR (ERROR_PROB_BASE + 31)84 #define ERROR_PROB_SYM_INVALID_MOD_NAME (ERROR_PROB_BASE + 32)85 #define ERROR_PROB_SYM_SEGS_NE_OBJS (ERROR_PROB_BASE + 33)86 #define ERROR_PROB_SYM_SEG_DEF_SEEK (ERROR_PROB_BASE + 34)87 #define ERROR_PROB_SYM_SEG_DEF_READ (ERROR_PROB_BASE + 35)88 /* - reserved for future errors - *89 #define ERROR_PROB_SYM_ (ERROR_PROB_BASE + 36)90 #define ERROR_PROB_SYM_ (ERROR_PROB_BASE + 37)91 #define ERROR_PROB_SYM_ (ERROR_PROB_BASE + 38) */92 #define ERROR_PROB_SYM_IMPORTS_NOTFOUND (ERROR_PROB_BASE + 39)93 94 #define ERROR_PROB_SYMDB_KRNL_NOT_FOUND (ERROR_PROB_BASE + 40)95 96 50 97 51 -
branches/GRACE/src/win32k/include/test.h
r3829 r4010 1 /* $Id: test.h,v 1.1 2000-07-16 22:17:13bird Exp $1 /* $Id: test.h,v 1.1.4.1 2000-08-14 08:57:07 bird Exp $ 2 2 * 3 3 * Definitions and declarations for test moduls. … … 113 113 114 114 #ifdef INCL_16 115 extern USHORT usFakeVerMajor;/* define in probkrnl.c */116 extern USHORT usFakeVerMinor;/* define in probkrnl.c */115 extern USHORT usFakeVerMajor; /* define in probkrnl.c */ 116 extern USHORT usFakeVerMinor; /* define in probkrnl.c */ 117 117 #else 118 extern USHORT _usFakeVerMajor;119 extern USHORT _usFakeVerMinor;118 extern USHORT _usFakeVerMajor; 119 extern USHORT _usFakeVerMinor; 120 120 #endif 121 121 122 extern const char *pszInternalRevision; /* defined in win32ktst.c */ 122 #ifdef _OS2Krnl_h_ 123 extern int cObjectsFake; /* defined in win32ktst.c */ 124 extern OTE aKrnlOTE[24]; /* defined in win32ktst.c */ 125 #endif 123 126 124 127 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.
