|
|
1.1 root 1:
2: /******************************************************************************\
3: * This is a part of the Microsoft Source Code Samples.
4: * Copyright (C) 1993 Microsoft Corporation.
5: * All rights reserved.
6: * This source code is only intended as a supplement to
7: * Microsoft Development Tools and/or WinHelp documentation.
8: * See these sources for detailed information regarding the
9: * Microsoft samples programs.
10: \******************************************************************************/
11:
12: /*
13: ddeextrn.h
14: */
15:
16: // Global Declarations
17: extern HANDLE ghModule;
18: extern HWND ghwndMain;
19: extern HANDLE ghAccel;
20:
21: extern LPSTR szUserPath;
22: extern LPSTR szUserGroup;
23:
24: // Window Handle Globals
25: extern HWND hwndStatus;
26: extern HWND hwndStatusText;
27: extern HWND hwndFileList;
28: extern HWND hwndFileList2;
29: extern HWND hwndAddButton;
30: extern HWND hwndAddGroupButton;
31: extern HWND hwndAddAll;
32: extern HWND hwndExitButton;
33: extern HWND hwndCombo;
34: extern HWND hwndPathList;
35:
36: // Dialog Box handle
37: extern HWND hwndDialog;
38:
39: // DDEML Globals
40: extern LONG lIdInst;
41: extern LONG lIdInst2;
42:
43: // Program Flags
44: extern BOOL fBatch;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.