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

  1. @DATABASE "pDOS/Report.h"
  2. @MASTER   "Work2:AD/IInc/pDOS/Report.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:34:12
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pDOS/Report.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pDOS/Report.h" LINK File}
  11.  
  12. @ENDNODE
  13. @NODE File "pDOS/Report.h"
  14. #ifndef __INC_POS_PDOS_REPORT_H
  15. #define __INC_POS_PDOS_REPORT_H
  16. /*******************************************************************
  17.  Includes Release 24
  18.  (C) Copyright 1995-1997 proDAD
  19.      All Rights Reserved
  20.  
  21.  $AUT Holger Burkarth
  22.  $DAT >>Report.h<<   07 Jan 1997    10:50:47 - (C) ProDAD
  23. *******************************************************************/
  24. #ifndef __INC_POS_PUTIL_TAGITEM_H
  25. #include <@{"pUtil/TagItem.h" LINK "pUtil/TagItem.h/File"}>
  26. #endif
  27.  
  28.  
  29. enum pOS_DosReportTags
  30. {
  31.   DOSRPTAG_First = @{"TAG_USER" LINK "pUtil/TagItem.h/File" 50} + 0x080000,
  32.  
  33.   DOSRPTAG_FileLock,    /* (@{"struct pOS_FileLock" LINK "pDOS/Lock.h/File" 20}*) */
  34.   DOSRPTAG_FileHandle,  /* (@{"struct pOS_FileHandle" LINK "pDOS/Files.h/File" 24}*) */
  35.   DOSRPTAG_Path,        /* (const @{"dosname_t" LINK "pDOS/DosTypes.h/File" 18}*) */
  36.   DOSRPTAG_Iteration,   /* (@{"ULONG" LINK "pExec/Types.h/File" 91}*) */
  37.   DOSRPTAG_DosDevice,   /* (const pOS_DosDevice*) */
  38. };
  39.  
  40. #endif
  41. @ENDNODE
  42.