]>
git.saurik.com Git - wxWidgets.git/blob - samples/ipc/ddesetup.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: DDE sample settings
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // You may set this to 0 to prevent DDE from being used even under Windows
13 //#define wxUSE_DDE_FOR_IPC 0
17 // the default service name
18 #define IPC_SERVICE _T("4242")
21 #define IPC_TOPIC _T("IPC TEST")
23 // the name of the item we're being advised about
24 #define IPC_ADVISE_NAME _T("Item")