Ignore:
Timestamp:
Jul 10, 2001, 6:41:10 PM (24 years ago)
Author:
bird
Message:

Use PTDA not PID and allways take loader sem.

File:
1 edited

Legend:

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

    r6221 r6296  
    1 /* $Id: PerTaskW32kData.h,v 1.1 2001-07-08 02:58:36 bird Exp $
     1/* $Id: PerTaskW32kData.h,v 1.2 2001-07-10 16:41:10 bird Exp $
    22 *
    33 * Per Task (Win32k) Data.
     
    2020    AVLNODECORE     core;
    2121    ULONG           cUsage;             /* Usage counter. */
    22     PID             pid;                /* Also in core.Key */
     22    PPTDA           pPTDA;              /* Also in core.Key */
    2323    PSZ             pszzOdin32Env;      /* Pointer to environment block. */
    2424    LOCKHANDLE      lockOdin32Env;      /* VMLock handle for the environment block. */
     
    2626
    2727
    28 PPTD _Optlink   GetTaskData(PID pid);
    29 void _Optlink   RemoveTaskData(PID pid);
     28PPTD _Optlink   GetTaskData(PPTDA pPTDA, BOOL fCreate);
     29void _Optlink   RemoveTaskData(PPTDA pPTDA);
    3030
    3131#endif
Note: See TracChangeset for help on using the changeset viewer.