home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / Guide.lzx / Guide / pIntui / ICI.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-11  |  1.5 KB  |  49 lines

  1. @DATABASE "pIntui/ICI.h"
  2. @MASTER   "Work2:AD/IInc/pIntui/ICI.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:35:05
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pIntui/ICI.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pIntui/ICI.h" LINK File}
  11.  
  12.  
  13. @{b}Structures@{ub}
  14.  
  15. @{"pOS_IClassInfo" LINK "pIntui/ICI.h/File" 18}
  16.  
  17. @ENDNODE
  18. @NODE File "pIntui/ICI.h"
  19. #ifndef __INC_POS_PINTUI_ICI_H
  20. #define __INC_POS_PINTUI_ICI_H
  21. /*******************************************************************
  22.  Includes Release 24
  23.  (C) Copyright 1995-1997 proDAD
  24.      All Rights Reserved
  25.  
  26.  $AUT Holger Burkarth
  27.  $DAT >>ICI.h<<   16 May 1996    13:26:29 - (C) ProDAD
  28. *******************************************************************/
  29. #ifndef __INC_POS_PEXEC_TYPES_H
  30. #include <@{"pExec/Types.h" LINK "pExec/Types.h/File"}>
  31. #endif
  32.  
  33.  
  34. /*----------------------------------
  35. -----------------------------------*/
  36. struct pOS_IClassInfo
  37. {
  38.   @{"struct pOS_Screen" LINK "pScreen/Screen.h/File" 22}          *ici_Screen;
  39.   @{"struct pOS_Window" LINK "pScreen/Window.h/File" 18}          *ici_Window;     /* null for screen */
  40.   @{"struct pOS_RastPort" LINK "pGFX/RastPort.h/File" 18}        *ici_RastPort;   /* wenn !=@{"NULL" LINK "pExec/Types.h/File" 117}, dann verwendet @{"pOS_ObtainGRastPort()" LINK "pGadgetD/pOS_ObtainGRastPort"} diesen RP */
  41.  
  42.   const @{"struct pOS_DrawInfo" LINK "pScreen/DrawInfo.h/File" 22}  *ici_DrawInfo;
  43.  
  44.   @{"ULONG" LINK "pExec/Types.h/File" 91} ici_Reserved[5];
  45. };
  46.  
  47. #endif
  48. @ENDNODE
  49.