Changeset 3413 for trunk/src/win32k/include
- Timestamp:
- Apr 17, 2000, 4:26:29 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/ptda.h
r3411 r3413 1 /* $Id: ptda.h,v 1. 1 2000-04-17 01:56:49 bird Exp $1 /* $Id: ptda.h,v 1.2 2000-04-17 02:26:29 bird Exp $ 2 2 * 3 3 * PTDA access functions. … … 12 12 13 13 14 /******************************************************************************* 15 * Structures and Typedefs * 16 *******************************************************************************/ 17 typedef struct _PTDA 18 { 19 char dummy; 20 } PTDA, *PPTDA; 14 21 22 PPTDA ptdaGetCur(void); 23 PPTDA ptdaGet_pPTDAExecChild(PPTDA pPTDA); 24 USHORT ptdaGet_ptda_environ(PPTDA pPTDA); 15 25 16 26 #endif
Note:
See TracChangeset
for help on using the changeset viewer.