home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / samples / ipc / ddesetup.h < prev    next >
C/C++ Source or Header  |  2002-04-16  |  759b  |  25 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name:        ddesetup.h
  3. // Purpose:     DDE sample settings
  4. // Author:      Julian Smart
  5. // Modified by:
  6. // Created:     25/01/99
  7. // RCS-ID:      $Id: ddesetup.h,v 1.3 2002/04/15 18:24:46 VZ Exp $
  8. // Copyright:   (c) Julian Smart
  9. // Licence:     wxWindows licence
  10. /////////////////////////////////////////////////////////////////////////////
  11.  
  12. // You may set this to 0 to prevent DDE from being used even under Windows
  13. //#define wxUSE_DDE_FOR_IPC 0
  14.  
  15. #include <wx/ipc.h>
  16.  
  17. // the default service name
  18. #define IPC_SERVICE "4242"
  19.  
  20. // the IPC topic
  21. #define IPC_TOPIC "IPC TEST"
  22.  
  23. // the name of the item we're being advised about
  24. #define IPC_ADVISE_NAME "Item"
  25.