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

  1. #ifndef __INC_POS_PDOS_REPORT_H
  2. #define __INC_POS_PDOS_REPORT_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>Report.h<<   07 Jan 1997    10:50:47 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_PUTIL_TAGITEM_H
  12. #include <pUtil/TagItem.h>
  13. #endif
  14.  
  15.  
  16. enum pOS_DosReportTags
  17. {
  18.   DOSRPTAG_First = TAG_USER + 0x080000,
  19.  
  20.   DOSRPTAG_FileLock,    /* (struct pOS_FileLock*) */
  21.   DOSRPTAG_FileHandle,  /* (struct pOS_FileHandle*) */
  22.   DOSRPTAG_Path,        /* (const dosname_t*) */
  23.   DOSRPTAG_Iteration,   /* (ULONG*) */
  24.   DOSRPTAG_DosDevice,   /* (const pOS_DosDevice*) */
  25. };
  26.  
  27. #endif
  28.