Changeset 2832 for trunk/src/win32k/include/probkrnl.h
- Timestamp:
- Feb 20, 2000, 5:27:24 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/win32k/include/probkrnl.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/probkrnl.h
r2831 r2832 1 /* $Id: probkrnl.h,v 1. 8 2000-02-19 23:52:00bird Exp $1 /* $Id: probkrnl.h,v 1.9 2000-02-20 04:27:24 bird Exp $ 2 2 * 3 3 * Include file for ProbKrnl. … … 34 34 #define EPT_PROC32 (EPT_PROC | EPT_32BIT) 35 35 #define EPT_PROCIMPORT32 (EPT_PROCIMPORT | EPT_32BIT) 36 #define EPT_VARIMPORT32 (EPT_VARIMPORT | EPT_32BIT) 36 37 37 38 /* 16bit types */ 38 39 #define EPT_PROC16 (EPT_PROC | EPT_16BIT) /* no implemented yet! */ 39 40 #define EPT_PROCIMPORT16 (EPT_PROCIMPORT | EPT_16BIT) /* far proc in calltab with a far jmp. */ 41 #define EPT_VARIMPORT16 (EPT_VARIMPORT | EPT_16BIT) 40 42 41 43 … … 53 55 unsigned long int ulAddress; /* 32-bit flat address */ 54 56 unsigned short int usSel; /* Select of the object */ 57 unsigned char cbProlog; /* Size of the prolog needing to be exchanged */ 55 58 unsigned char fType; /* Entry-Point Type Flags */ 56 59 } IMPORTKRNLSYM;
Note:
See TracChangeset
for help on using the changeset viewer.
