home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pDOS/Shell.h"
- @MASTER "Work2:AD/IInc/pDOS/Shell.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:34:14
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pDOS/Shell.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pDOS/Shell.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_ShellPath" LINK "pDOS/Shell.h/File" 21}
-
- @ENDNODE
- @NODE File "pDOS/Shell.h"
- #ifndef __INC_POS_PDOS_SHELL_H
- #define __INC_POS_PDOS_SHELL_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>Shell.h<< 04 Mar 1997 20:30:05 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_LIST_H
- #include <@{"pExec/List.h" LINK "pExec/List.h/File"}>
- #endif
-
-
-
- /*----------------------------------
- pOS_LockShellPathList() returned a pointer at
- the pOS_ShellPath - list.
- -----------------------------------*/
- struct pOS_ShellPath
- {
- @{"struct pOS_ExNode" LINK "pExec/List.h/File" 37} shp_Node;
- @{"struct pOS_FileLock" LINK "pDOS/Lock.h/File" 20} *shp_Lock;
-
- /** sytem private datas **/
- };
-
-
- #endif
- @ENDNODE
-