source: trunk/src/win32k/include/ptda.h@ 3485

Last change on this file since 3485 was 3413, checked in by bird, 25 years ago

Some drafts.

File size: 685 bytes
Line 
1/* $Id: ptda.h,v 1.2 2000-04-17 02:26:29 bird Exp $
2 *
3 * PTDA access functions.
4 *
5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
6 *
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10#ifndef _ptda_h_
11#define _ptda_h_
12
13
14/*******************************************************************************
15* Structures and Typedefs *
16*******************************************************************************/
17typedef struct _PTDA
18{
19 char dummy;
20} PTDA, *PPTDA;
21
22PPTDA ptdaGetCur(void);
23PPTDA ptdaGet_pPTDAExecChild(PPTDA pPTDA);
24USHORT ptdaGet_ptda_environ(PPTDA pPTDA);
25
26#endif
Note: See TracBrowser for help on using the repository browser.