home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pDOS/Report.h"
- @MASTER "Work2:AD/IInc/pDOS/Report.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:34:12
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pDOS/Report.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pDOS/Report.h" LINK File}
-
- @ENDNODE
- @NODE File "pDOS/Report.h"
- #ifndef __INC_POS_PDOS_REPORT_H
- #define __INC_POS_PDOS_REPORT_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>Report.h<< 07 Jan 1997 10:50:47 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PUTIL_TAGITEM_H
- #include <@{"pUtil/TagItem.h" LINK "pUtil/TagItem.h/File"}>
- #endif
-
-
- enum pOS_DosReportTags
- {
- DOSRPTAG_First = @{"TAG_USER" LINK "pUtil/TagItem.h/File" 50} + 0x080000,
-
- DOSRPTAG_FileLock, /* (@{"struct pOS_FileLock" LINK "pDOS/Lock.h/File" 20}*) */
- DOSRPTAG_FileHandle, /* (@{"struct pOS_FileHandle" LINK "pDOS/Files.h/File" 24}*) */
- DOSRPTAG_Path, /* (const @{"dosname_t" LINK "pDOS/DosTypes.h/File" 18}*) */
- DOSRPTAG_Iteration, /* (@{"ULONG" LINK "pExec/Types.h/File" 91}*) */
- DOSRPTAG_DosDevice, /* (const pOS_DosDevice*) */
- };
-
- #endif
- @ENDNODE
-