Changeset 2832 for trunk/src/win32k/include
- Timestamp:
- Feb 20, 2000, 5:27:24 AM (26 years ago)
- Location:
- trunk/src/win32k/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/dev16.h
r2831 r2832 1 /* $Id: dev16.h,v 1. 5 2000-02-19 23:52:00bird Exp $1 /* $Id: dev16.h,v 1.6 2000-02-20 04:27:23 bird Exp $ 2 2 * dev16 - 16-bit specific. Should not be used in 32-bit C/C++. 3 3 * … … 112 112 USHORT NEAR CallR0Init32(LIN pRpInit); 113 113 USHORT NEAR CallGetOTEs32(ULONG addressOTEBuf); 114 USHORT NEAR CallVerify ProcTab32(void);114 USHORT NEAR CallVerifyImportTab32(void); 115 115 USHORT NEAR CallElfIOCtl(LIN pRpIOCtl); 116 116 USHORT NEAR CallWin32kIOCtl(LIN pRpIOCtl); -
trunk/src/win32k/include/dev32.h
r2799 r2832 1 /* $Id: dev32.h,v 1. 5 2000-02-15 23:39:19bird Exp $1 /* $Id: dev32.h,v 1.6 2000-02-20 04:27:23 bird Exp $ 2 2 * 3 3 * dev32 - header file for 32-bit part of the driver. … … 57 57 USHORT _loadds _Far32 _Pascal R0Init32(RP32INIT *pRpInit); 58 58 USHORT _loadds _Far32 _Pascal GetOTEs32(PKRNLOBJTABLE pOTEBuf); 59 USHORT _loadds _Far32 _Pascal Verify ProcTab32(void);59 USHORT _loadds _Far32 _Pascal VerifyImportTab32(void); 60 60 USHORT _loadds _Far32 _Pascal ElfIOCtl(PRP32GENIOCTL pRpIOCtl); 61 61 USHORT _loadds _Far32 _Pascal Win32kIOCtl(PRP32GENIOCTL pRpIOCtl); -
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.
