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

Last change on this file was 4787, checked in by bird, 25 years ago

Changed email address... (may some dll fixes changes too.)

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