home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / Guide.lzx / Guide / pDOS / Shell.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-11  |  1.2 KB  |  50 lines

  1. @DATABASE "pDOS/Shell.h"
  2. @MASTER   "Work2:AD/IInc/pDOS/Shell.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:34:14
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pDOS/Shell.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pDOS/Shell.h" LINK File}
  11.  
  12.  
  13. @{b}Structures@{ub}
  14.  
  15. @{"pOS_ShellPath" LINK "pDOS/Shell.h/File" 21}
  16.  
  17. @ENDNODE
  18. @NODE File "pDOS/Shell.h"
  19. #ifndef __INC_POS_PDOS_SHELL_H
  20. #define __INC_POS_PDOS_SHELL_H
  21. /*******************************************************************
  22.  Includes Release 24
  23.  (C) Copyright 1995-1997 proDAD
  24.      All Rights Reserved
  25.  
  26.  $AUT Holger Burkarth
  27.  $DAT >>Shell.h<<   04 Mar 1997    20:30:05 - (C) ProDAD
  28. *******************************************************************/
  29. #ifndef __INC_POS_PEXEC_LIST_H
  30. #include <@{"pExec/List.h" LINK "pExec/List.h/File"}>
  31. #endif
  32.  
  33.  
  34.  
  35. /*----------------------------------
  36.   pOS_LockShellPathList() returned a pointer at
  37.   the pOS_ShellPath - list.
  38. -----------------------------------*/
  39. struct pOS_ShellPath
  40. {
  41.   @{"struct pOS_ExNode" LINK "pExec/List.h/File" 37}    shp_Node;
  42.   @{"struct pOS_FileLock" LINK "pDOS/Lock.h/File" 20} *shp_Lock;
  43.  
  44. /** sytem private datas **/
  45. };
  46.  
  47.  
  48. #endif
  49. @ENDNODE
  50.