Ignore:
Timestamp:
Apr 17, 2000, 4:26:29 AM (25 years ago)
Author:
bird
Message:

Some drafts.

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 $
    22 *
    33 * PTDA access functions.
     
    1212
    1313
     14/*******************************************************************************
     15*   Structures and Typedefs                                                    *
     16*******************************************************************************/
     17typedef struct _PTDA
     18{
     19    char dummy;
     20} PTDA, *PPTDA;
    1421
     22PPTDA   ptdaGetCur(void);
     23PPTDA   ptdaGet_pPTDAExecChild(PPTDA pPTDA);
     24USHORT  ptdaGet_ptda_environ(PPTDA pPTDA);
    1525
    1626#endif
Note: See TracChangeset for help on using the changeset viewer.