home *** CD-ROM | disk | FTP | other *** search
- #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>
- #endif
-
-
- enum pOS_DosReportTags
- {
- DOSRPTAG_First = TAG_USER + 0x080000,
-
- DOSRPTAG_FileLock, /* (struct pOS_FileLock*) */
- DOSRPTAG_FileHandle, /* (struct pOS_FileHandle*) */
- DOSRPTAG_Path, /* (const dosname_t*) */
- DOSRPTAG_Iteration, /* (ULONG*) */
- DOSRPTAG_DosDevice, /* (const pOS_DosDevice*) */
- };
-
- #endif
-