Changeset 6296 for trunk/src/win32k/include/PerTaskW32kData.h
- Timestamp:
- Jul 10, 2001, 6:41:10 PM (24 years ago)
- 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:36bird Exp $1 /* $Id: PerTaskW32kData.h,v 1.2 2001-07-10 16:41:10 bird Exp $ 2 2 * 3 3 * Per Task (Win32k) Data. … … 20 20 AVLNODECORE core; 21 21 ULONG cUsage; /* Usage counter. */ 22 P ID pid;/* Also in core.Key */22 PPTDA pPTDA; /* Also in core.Key */ 23 23 PSZ pszzOdin32Env; /* Pointer to environment block. */ 24 24 LOCKHANDLE lockOdin32Env; /* VMLock handle for the environment block. */ … … 26 26 27 27 28 PPTD _Optlink GetTaskData(P ID pid);29 void _Optlink RemoveTaskData(P ID pid);28 PPTD _Optlink GetTaskData(PPTDA pPTDA, BOOL fCreate); 29 void _Optlink RemoveTaskData(PPTDA pPTDA); 30 30 31 31 #endif
Note:
See TracChangeset
for help on using the changeset viewer.