home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wfedit.zip / wkfedit.h < prev   
Text File  |  1993-12-02  |  3KB  |  47 lines

  1. /*+--------------------------------------------------------------------------+*/
  2. /*|WF/2 Editor DDE sample                                                    |*/
  3. /*|--------------------------------------------------------------------------|*/
  4. /*|                                                                          |*/
  5. /*| PROGRAM NAME: WFEDIT                                                     |*/
  6. /*| -------------                                                            |*/
  7. /*|                                                                          |*/
  8. /*| COPYRIGHT:                                                               |*/
  9. /*| ----------                                                               |*/
  10. /*|  Copyright (C) International Business Machines Corp., 1991,1992,1993.    |*/
  11. /*|                                                                          |*/
  12. /*| DISCLAIMER OF WARRANTIES:                                                |*/
  13. /*| -------------------------                                                |*/
  14. /*| The following [enclosed] code is sample code created by IBM              |*/
  15. /*| Corporation.  This sample code is not part of any standard IBM product   |*/
  16. /*| and is provided to you solely for the purpose of assisting you in the    |*/
  17. /*| development of your applications.  The code is provided "AS IS",         |*/
  18. /*| without warranty of any kind.  IBM shall not be liable for any damages   |*/
  19. /*| arising out of your use of the sample code, even if they have been       |*/
  20. /*| advised of the possibility of such damages.                              |*/
  21. /*|                                                                          |*/
  22. /*| REVISION LEVEL: 2.1                                                      |*/
  23. /*| -------------------                                                      |*/
  24. /*|                                                                          |*/
  25. /*|  This program illustrates the editor side of the DDE and D&D protocols   |*/
  26. /*|  used by WorkFrame/2 version 1.x and 2.1.                                |*/
  27. /*|                                                                          |*/
  28. /*|  You can send any questions through Internet at KEHM@VNET.IBM.COM        |*/
  29. /*|                                                                          |*/
  30. /*+--------------------------------------------------------------------------+*/
  31. #ifndef __WKFEDIT_H__
  32.    #define __WKFEDIT_H__
  33.  
  34.    /* ----------------------------------------------------------------- */
  35.    /* WKFDDE.H                                                          */
  36.    /*                                                                   */
  37.    /* Definitions for IBM WorkFrame/2 DDE protocol.                     */
  38.    /* ----------------------------------------------------------------- */
  39.  
  40.    #define CV_DDEAPPNAME   "WB Editor"    /* Application name           */
  41.  
  42.    #define CV_DDEINITIAL   "Initialize"   /* Topic: initialize          */
  43.    #define CV_DDEGOTO      "Goto"         /* Topic: goto                */
  44.    #define CV_SENDGOTO     "SendGoto"     /* Topic: send goto           */
  45.  
  46. #endif
  47.