home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pGadget/Drag.h"
- @MASTER "Work2:AD/IInc/pGadget/Drag.h"
- @REMARK This file was created by ADtoHT 2.0 on 08-Dez-96 14:42:44
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pGadget/Drag.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pGadget/Drag.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_DragAttribute" LINK "pGadget/Drag.h/File" 26} @{"pOS_GadgetDrag" LINK "pGadget/Drag.h/File" 17}
-
- @ENDNODE
- @NODE File "pGadget/Drag.h"
- #ifndef __INC_POS_PGADGET_DRAG_H
- #define __INC_POS_PGADGET_DRAG_H
- /*******************************************************************
- $CRT 02 Aug 1996 : hb
-
- $AUT Holger Burkarth
- $DAT >>Drag.h<< 02 Aug 1996 13:49:57 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_LIST_H
- #include "p:pExec/List.h"
- #endif
-
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_GadgetDrag
- {
- pOS_ExList gdg_AttList; /* Attribute-Liste (@{"struct pOS_DragAttribute" LINK "pGadget/Drag.h/File" 26}*) */
-
- };
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_DragAttribute
- {
- pOS_ExNode dga_Node; /* ln_Name=dga_Name */
-
- UBYTE dga_Reserved[32];
-
- CHAR dga_Name[1];
- };
-
- #endif
- @ENDNODE
-