home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / epmdde.zip / DDE.H next >
Text File  |  1994-01-24  |  670b  |  14 lines

  1.  
  2. //****************** DDE Related Stuff *********************************
  3.  #define DDE_ITEM_EDIT_COMMAND  "EDIT_COMMAND" //Item name to use when sending
  4.                                                //EPM Server a WM_DDE_EXECUTE
  5.                                                //message.
  6.  
  7.  
  8.  #define EPM_DDE_TOPIC          "EDIT"         //Topic Name to use when
  9.                                                //initiating a DDE conversation
  10.                                                //with EPM.
  11.  
  12.  #define EPMDDEAPPNAME          "EPM"          //Application name to Initiate
  13.                                                //a DDE Conversation with EPM
  14.