Ignore:
Timestamp:
Sep 27, 2001, 5:08:35 AM (24 years ago)
Author:
bird
Message:

Win32k/kKrnlLib splittup: done the major stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/splittup/src/win32k/include/test.h

    r6285 r6841  
    1 /* $Id: test.h,v 1.10 2001-07-10 05:24:18 bird Exp $
     1/* $Id: test.h,v 1.10.2.1 2001-09-27 03:08:20 bird Exp $
    22 *
    33 * Definitions and declarations for test moduls.
     
    158158ULONG KRNLCALL  fakeTKSuFuBuff(PVOID pvUsr, PVOID pv, ULONG cb, ULONG fl);
    159159ULONG KRNLCALL  fakeTKPidToPTDA(PID pid, PPPTDA ppPTDA);
     160ULONG KRNLCALL  fakeTKScanTasks(ULONG flFlags, ULONG id, PTKSCANTASKWORKER pfnWorker, ULONG ulArg);
    160161void KRNLCALL   fakeTKForceThread(ULONG flFlag, PTCB pTCB);
    161162void KRNLCALL   fakeTKForceTask(ULONG flFlag, PPTDA pPTDA, BOOL fForce);
Note: See TracChangeset for help on using the changeset viewer.