|
|
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: * THE_DLL.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 BUFSIZE 80 25: 26: 27: 1.1.1.2 root 28: /******************************************************************************\ 29: * GLOBAL VARIABLES 30: \******************************************************************************/ 1.1 root 31: 1.1.1.2 root 32: HANDLE ghMod; 1.1 root 33: 34: 35: 1.1.1.2 root 36: /******************************************************************************\ 37: * FUNCTION PROTOTYPES 38: \******************************************************************************/ 1.1 root 39: 40: INT DLLFunction1 (void); 41: INT DLLFunction2 (int); 42: INT DLLFunction3 (HANDLE); 43: INT DLLFunction4 (HWND); 44: 45: INT DLLDialogBox (HWND); 1.1.1.2 root 46: 47: LRESULT CALLBACK DLLDlgProc (HWND, UINT, WPARAM, LPARAM);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.