home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pGadget/Drop.h"
- @MASTER "Work2:AD/IInc/pGadget/Drop.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/Drop.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pGadget/Drop.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_DropAttribute" LINK "pGadget/Drop.h/File" 26} @{"pOS_GadgetDrop" LINK "pGadget/Drop.h/File" 17}
-
- @ENDNODE
- @NODE File "pGadget/Drop.h"
- #ifndef __INC_POS_PGADGET_DROP_H
- #define __INC_POS_PGADGET_DROP_H
- /*******************************************************************
- $CRT 28 Jul 1996 : hb
-
- $AUT Holger Burkarth
- $DAT >>DragDrop.h<< 01 Aug 1996 14:24:45 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_LIST_H
- #include "p:pExec/List.h"
- #endif
-
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_GadgetDrop
- {
- pOS_ExList gdp_AttList; /* Attribute-Liste (@{"struct pOS_DropAttribute" LINK "pGadget/Drop.h/File" 26}*) */
-
- };
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_DropAttribute
- {
- pOS_ExNode dpa_Node; /* ln_Name=dpa_Name */
-
- UBYTE dpa_Reserved[32];
-
- CHAR dpa_Name[1];
- };
-
-
-
- #endif
- @ENDNODE
-