|
|
1.1 root 1: /* process.h - header file for the process sample. */
2:
3:
4: /* function prototypes. Window procedures first. */
5: long FAR PASCAL MainDlgProc(HWND, UINT, UINT, LONG);
6:
7: VOID doCreate (HWND);
8: VOID doTerminate(HWND);
9:
10:
11: /* the control ID's from the dialog box. */
12: #define DID_CREATE 0x0065
13: #define DID_TERMINATE 0x0066
14: #define DID_LISTBOX 0x0067
15: #define DID_HEADER 0x0068
16:
17:
18: /* length of character buffers. use longest possible file name */
19: #define MAXCHARS MAX_PATH
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.