class_ipc.h 574 B

12345678910111213141516171819
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: class_ipc.h
  3. // Purpose: Interprocess Communication classes group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_class_ipc Interprocess Communication
  9. @ingroup group_class
  10. wxWidgets provides simple interprocess communications facilities based on
  11. Windows DDE, but they are available on most platforms using TCP.
  12. Related Overviews: @ref overview_ipc
  13. */