Ignore:
Timestamp:
Feb 20, 2001, 6:04:24 AM (25 years ago)
Author:
bird
Message:

Added kernelmode faker functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/test.h

    r5100 r5206  
    1 /* $Id: test.h,v 1.7 2001-02-11 15:12:38 bird Exp $
     1/* $Id: test.h,v 1.8 2001-02-20 05:04:24 bird Exp $
    22 *
    33 * Definitions and declarations for test moduls.
     
    157157VOID  KRNLCALL  fakevmRecalcShrBound(ULONG flFlags, PULONG pulSentinelAddress);
    158158
    159 void _Optlink   fakeg_tkExecPgm(void);    /* Not callable! (fakea.asm) */
    160 void _Optlink   faketkStartProcess(void); /* Not callable! (fakea.asm) */
    161 void _Optlink   fakef_FuStrLenZ(void);    /* Not callable! (fakea.asm) */
    162 void _Optlink   fakef_FuStrLen(void);     /* Not callable! (fakea.asm) */
    163 void _Optlink   fakef_FuBuff(void);       /* Not callable! (fakea.asm) */
     159void _Optlink   fakeg_tkExecPgm(void);      /* Not callable! (fakea.asm) */
     160void _Optlink   faketkStartProcess(void);   /* Not callable! (fakea.asm) */
     161void _Optlink   fakef_FuStrLenZ(void);      /* Not callable! (fakea.asm) */
     162void _Optlink   fakef_FuStrLen(void);       /* Not callable! (fakea.asm) */
     163void _Optlink   fakef_FuBuff(void);         /* Not callable! (fakea.asm) */
     164void _Optlink   fakeKMEnterKmodeSEF(void);  /* Not callable! (fakea.asm) */
     165void _Optlink   fakeKMExitKmodeSEF8(void);  /* Not callable! (fakea.asm) */
    164166extern PTCB     fakepTCBCur;
    165167extern PPTDA    fakepPTDACur;
Note: See TracChangeset for help on using the changeset viewer.