summaryrefslogtreecommitdiffstats
path: root/private/mvdm/wow16/ddeml/tests/ddestrs/globals.h
blob: b1ccda8ee4b7f5bfbb4a09bc5be6c4300710797b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

extern CHAR szClass[];
extern int cyText;
extern int cxText;
extern BOOL fClient;
extern BOOL fServer;
extern HINSTANCE hInst;
extern HCONV pServerhConvs[MAX_SERVER_HCONVS];
extern HWND hwndMain;
extern CHAR szExecDie[];
extern CHAR szExecDisconnect[];
extern CHAR szExecRefresh[];
extern INT iAvailFormats[];

DDEFORMATTBL TestItemFormats[];
DDEITEMTBL Items[];
DDETOPICTBL Topics[];
DDESERVICETBL ServiceInfoTable[];