|
|
1.1 root 1: /************************************************************************\
2: *
3: * LINKTEST.H
4: *
5: \************************************************************************/
6:
7:
8:
9: /************************************************************************\
10: * SYMBOLIC CONSTANTS
11: \************************************************************************/
12:
13: #define IDM_CREATETHREAD 100 /* menu identifiers */
14: #define IDM_DLLFUNCTION1 101
15: #define IDM_DLLFUNCTION2 102
16: #define IDM_DLLFUNCTION3 103
17: #define IDM_DLLFUNCTION4 104
18: #define IDM_DLLDIALOGBOX 105
19:
20:
21:
22: /************************************************************************\
23: * GLOBAL VARS
24: \************************************************************************/
25:
26: HWND hwndMain;
27:
28:
29:
30: /************************************************************************\
31: * FUNCTION PROTOTYPES
32: \************************************************************************/
33:
34: LONG APIENTRY MainWndProc (HWND, UINT, UINT, LONG);
35: void ThreadProc (void);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.