home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / fsrc1241.zip / messagedrag.h < prev    next >
Text File  |  1995-08-16  |  2KB  |  25 lines

  1. /* MESSAGEDRAG.H */
  2. /* Definitionen für Drag-Drop einer Message innerhalb von FleetStreet */
  3.  
  4. #define MSGDRAGTYPE   "FleetStreet Message"
  5. #define MSGDRM        "DRM_FLEET"
  6. #define MSGDRF        "DRF_MESSAGE"
  7. #define MSGRMF        "<" MSGDRM "," MSGDRF ">,<DRM_PRINT,DRF_UNKNOWN>,<DRM_DISCARD,DRF_UNKNOWN>"
  8.  
  9. /****************************************************************************/
  10. /* Inhalt von DRAGITEM                                                      */
  11. /*                                                                          */ 
  12. /*  HWND      hwndItem;           Window-Handle des Source-Windows          */ 
  13. /*  ULONG     ulItemID;           UMSGID der Message                        */ 
  14. /*  HSTR      hstrType;           s.o.                                      */ 
  15. /*  HSTR      hstrRMF;            s.o.                                      */ 
  16. /*  HSTR      hstrContainerName;  Area-Tag der Message                      */ 
  17. /*  HSTR      hstrSourceName;     leer                                      */ 
  18. /*  HSTR      hstrTargetName;     leer                                      */ 
  19. /*  SHORT     cxOffset;                                                     */ 
  20. /*  SHORT     cyOffset;                                                     */ 
  21. /*  USHORT    fsControl;          -                                         */ 
  22. /*  USHORT    fsSupportedOps;     DO_COPYABLE | DO_MOVEABLE                 */ 
  23. /****************************************************************************/
  24.  
  25.