|
|
1.1.1.3 ! 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: 1.1.1.2 root 12: /******************************************************************************\ 1.1 root 13: * 1.1.1.2 root 14: * LINKTEST.H 1.1 root 15: * 1.1.1.2 root 16: \******************************************************************************/ 1.1 root 17: 18: 19: 1.1.1.2 root 20: /******************************************************************************\ 21: * SYMBOLIC CONSTANTS 22: \******************************************************************************/ 1.1 root 23: 24: #define IDM_CREATETHREAD 100 /* menu identifiers */ 25: #define IDM_DLLFUNCTION1 101 26: #define IDM_DLLFUNCTION2 102 27: #define IDM_DLLFUNCTION3 103 28: #define IDM_DLLFUNCTION4 104 29: #define IDM_DLLDIALOGBOX 105 1.1.1.2 root 30: #define IDM_ABOUT 106 1.1 root 31: 32: 33: 1.1.1.2 root 34: /******************************************************************************\ 35: * GLOBAL VARS 36: \******************************************************************************/ 1.1 root 37: 1.1.1.2 root 38: HWND ghwndMain; 1.1 root 39: 40: 41: 1.1.1.2 root 42: /******************************************************************************\ 43: * FUNCTION PROTOTYPES 44: \******************************************************************************/ 1.1 root 45: 1.1.1.2 root 46: LRESULT CALLBACK MainWndProc (HWND, UINT, WPARAM, LPARAM); 47: LRESULT CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM); 48: 49: void ThreadProc (void);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.