home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pExec/Node.h"
- @MASTER "Work2:AD/IInc/pExec/Node.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:34:29
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pExec/Node.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pExec/Node.h" LINK File}
-
- @ENDNODE
- @NODE File "pExec/Node.h"
- #ifndef __INC_POS_PEXEC_NODE_H
- #define __INC_POS_PEXEC_NODE_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>Node.h<< 31 Jan 1997 19:20:40 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_LIST_H
- #include <@{"pExec/List.h" LINK "pExec/List.h/File"}>
- #endif
-
-
- /*----- Node Types for ln_Type -----*/
- enum pOS_ExNodeType
- {
- NTYP_UNKNOWN=0,
- NTYP_TASK, /* Exec task */
- NTYP_INTERRUPT,
- NTYP_DEVICE,
- NTYP_MSGPORT,
- NTYP_MESSAGE, /* Indicates message currently pending */
- NTYP_FREEMSG,
- NTYP_REPLYMSG, /* Message has been replied */
- NTYP_RESOURCE,
- NTYP_LIBRARY,
- NTYP_MEMORY,
- NTYP_SOFTINT, /* Internal flag used by SoftInits */
- NTYP_FONT,
- NTYP_PROCESS, /* pDOS Process */
- NTYP_Pad1,
- NTYP_SIGNALSEM, /* signal semaphores */
- NTYP_Pad2, /* 0x10 */
- NTYP_Pad3,
- NTYP_Pad4,
- NTYP_Pad5,
-
- NTYP_VIEW= 32,
- NTYP_VIEWPORT,
- NTYP_CLASS,
- NTYP_DTTDDB, /* (@{"struct pOS_DtTypeDescribe" LINK "pDtType/DtBase.h/File" 49}*) */
- NTYP_CALLBACK,
- NTYP_UNIT,
- NTYP_LAYERINFO,
- NTYP_LAYER,
- NTYP_SCREEN,
- NTYP_PUBSCR,
- NTYP_WINDOW,
- NTYP_MENU,
- NTYP_MEMPOOL,
- NTYP_CATALOG, /* (@{"struct pOS_Catalog" LINK "pLocale/Catalog.h/File" 31}*) */
- NTYP_LOCALE, /* (@{"struct pOS_Locale" LINK "pLocale/Locale.h/File" 23}*) */
- NTYP_PREFHD, /* (@{"struct pOS_PrefsHandler" LINK "pUtil/Prefs.h/File" 21}*) */
- NTYP_SEGMENT, /* (@{"struct pOS_SegmentLst" LINK "pDOS/Segment.h/File" 32}*) */
-
-
- NTYP_USER =254, /* User node types work down from here */
- NTYP_EXTENDED,
-
- };
-
- #endif
- @ENDNODE
-