home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / fsrc1241.zip / folderdrag.h < prev    next >
Text File  |  1996-08-06  |  2KB  |  27 lines

  1. /* FOLDERDRAG.H */
  2.  
  3. /* Definitionen für Folder-Drag-Drop */
  4.  
  5. #define FOLDERDRAGTYPE "FleetStreet Folder"
  6. #define DRMFLEET       "DRM_FLEET"
  7. #define DRFFOLDER      "DRF_FOLDER"
  8. #define FOLDERRMF      "<" DRMFLEET "," DRFFOLDER ">"
  9. #define FOLDERRMFDEL   "<" DRMFLEET "," DRFFOLDER ">,<DRM_DISCARD,DRF_UNKNOWN>"
  10.  
  11. /****************************************************************************/
  12. /* Inhalt von DRAGITEM                                                      */
  13. /*                                                                          */
  14. /*  HWND      hwndItem;           Dialog-Window der Area-Liste              */
  15. /*  ULONG     ulItemID;           Pointer auf FOLDERRECORD                  */
  16. /*  HSTR      hstrType;           s.o.                                      */
  17. /*  HSTR      hstrRMF;            s.o.                                      */
  18. /*  HSTR      hstrContainerName;  -                                         */
  19. /*  HSTR      hstrSourceName;     Name                                      */
  20. /*  HSTR      hstrTargetName;     Name                                      */
  21. /*  SHORT     cxOffset;                                                     */
  22. /*  SHORT     cyOffset;                                                     */
  23. /*  USHORT    fsControl;          DC_CONTAINER                              */
  24. /*  USHORT    fsSupportedOps;     Moveable                                  */
  25. /****************************************************************************/
  26.  
  27.