Changeset 5247 for trunk/src/win32k/include
- Timestamp:
- Feb 23, 2001, 3:57:55 AM (25 years ago)
- Location:
- trunk/src/win32k/include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/devSegDf.inc
r5222 r5247 1 ; $Id: devSegDf.inc,v 1. 7 2001-02-21 07:46:33bird Exp $1 ; $Id: devSegDf.inc,v 1.8 2001-02-23 02:57:54 bird Exp $ 2 2 ; 3 3 ; Segment definitions for win32k.sys. … … 92 92 EH_DATA ends 93 93 94 95 CALLTAB segment dword public 'CODE' use3296 CALLTAB ends97 -
trunk/src/win32k/include/k32.h
r5224 r5247 1 /* $Id: k32.h,v 1. 8 2001-02-21 07:46:10bird Exp $1 /* $Id: k32.h,v 1.9 2001-02-23 02:57:54 bird Exp $ 2 2 * 3 3 * k32 API - definitions. … … 20 20 *******************************************************************************/ 21 21 APIRET _System k32AllocMemEx(PPVOID ppb, ULONG cb, ULONG flFlags, ULONG ulCS, ULONG ulEIP); 22 APIRET _System k32HandleSystemEvent(ULONG ulEvent, HEV hev, BOOL fHandle); 22 23 APIRET _System k32QueryCallGate(PUSHORT pusCGSelector); 23 24 APIRET _System k32QuerySystemMemInfo(PK32SYSTEMMEMINFO pMemInfo); -
trunk/src/win32k/include/probkrnl.h
r5208 r5247 1 /* $Id: probkrnl.h,v 1.2 0 2001-02-20 05:03:44 bird Exp $1 /* $Id: probkrnl.h,v 1.21 2001-02-23 02:57:54 bird Exp $ 2 2 * 3 3 * Include file for ProbKrnl. … … 16 16 * Defined Constants And Macros * 17 17 *******************************************************************************/ 18 #define NBR_OF_KRNLIMPORTS 79/* When this is changed make sure to */18 #define NBR_OF_KRNLIMPORTS 81 /* When this is changed make sure to */ 19 19 /* update the aImportTab in probkrnl.c */ 20 20 /* and make test faker in test.h and */ -
trunk/src/win32k/include/test.h
r5206 r5247 1 /* $Id: test.h,v 1. 8 2001-02-20 05:04:24 bird Exp $1 /* $Id: test.h,v 1.9 2001-02-23 02:57:54 bird Exp $ 2 2 * 3 3 * Definitions and declarations for test moduls. … … 162 162 void _Optlink fakef_FuStrLen(void); /* Not callable! (fakea.asm) */ 163 163 void _Optlink fakef_FuBuff(void); /* Not callable! (fakea.asm) */ 164 void _Optlink fakedh_SendEvent(void); /* Not callable! (fakea.asm) */ 165 void _Optlink fakeRASRST(void); /* Not callable! (fakea.asm) */ 164 166 void _Optlink fakeKMEnterKmodeSEF(void); /* Not callable! (fakea.asm) */ 165 167 void _Optlink fakeKMExitKmodeSEF8(void); /* Not callable! (fakea.asm) */
Note:
See TracChangeset
for help on using the changeset viewer.