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/PerTaskW32kData.h

    r6296 r6841  
    1 /* $Id: PerTaskW32kData.h,v 1.2 2001-07-10 16:41:10 bird Exp $
     1/* $Id: PerTaskW32kData.h,v 1.2.2.1 2001-09-27 03:08:17 bird Exp $
    22 *
    33 * Per Task (Win32k) Data.
     
    1818typedef struct _PerTaskData
    1919{
    20     AVLNODECORE     core;
     20    AVLPVNODECORE   core;
    2121    ULONG           cUsage;             /* Usage counter. */
    2222    PPTDA           pPTDA;              /* Also in core.Key */
Note: See TracChangeset for help on using the changeset viewer.