home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pDOS/SegmInfo.h"
- @MASTER "Work2:AD/IInc/pDOS/SegmInfo.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:34:14
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pDOS/SegmInfo.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pDOS/SegmInfo.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_SegmentInfo" LINK "pDOS/SegmInfo.h/File" 20}
-
- @ENDNODE
- @NODE File "pDOS/SegmInfo.h"
- #ifndef __INC_POS_PDOS_SEGMINFO_H
- #define __INC_POS_PDOS_SEGMINFO_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>SegmInfo.h<< 11 Mar 1997 09:38:03 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PDOS_DOSTYPES_H
- #include <@{"pDOS/DosTypes.h" LINK "pDOS/DosTypes.h/File"}>
- #endif
- #ifndef __INC_POS_PDOS_SEGMENT_H
- #include <@{"pDos/Segment.h" LINK "pDOS/Segment.h/File"}>
- #endif
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_SegmentInfo
- {
- @{"UWORD" LINK "pExec/Types.h/File" 93} segi_StructSize; /* sizeof(pOS_SegmentInfo) */
- const @{"struct pOS_SegmentLst" LINK "pDOS/Segment.h/File" 32} *segi_SegmLst;
- const @{"struct pOS_Segment" LINK "pDOS/Segment.h/File" 21} *segi_Segm;
- const @{"VOID" LINK "pExec/Types.h/File" 83} *segi_StartAddress; /* Start of segi_Segm */
- @{"size_t" LINK "pExec/Types.h/File" 113} segi_SegmSize; /* full size of segi_Segm */
- @{"size_t" LINK "pExec/Types.h/File" 113} segi_SegmOffset; /* Byte-Offset in segi_Segm */
- @{"ULONG" LINK "pExec/Types.h/File" 91} segi_HunkType; /* (enum pOS_HunkTypes) */
- @{"ULONG" LINK "pExec/Types.h/File" 91} segi_MemFlags; /* (enum pOS_MemoryFlag) */
- };
-
- #endif
- @ENDNODE
-