|
|
1.1.1.2 ! root 1: /******************************************************************************\ 1.1 root 2: * 1.1.1.2 ! root 3: * THE_DLL.H 1.1 root 4: * 1.1.1.2 ! root 5: \******************************************************************************/ 1.1 root 6: 7: 8: 1.1.1.2 ! root 9: /******************************************************************************\ ! 10: * SYMBOLIC CONSTANTS ! 11: \******************************************************************************/ 1.1 root 12: 13: #define BUFSIZE 80 14: 15: 16: 1.1.1.2 ! root 17: /******************************************************************************\ ! 18: * GLOBAL VARIABLES ! 19: \******************************************************************************/ 1.1 root 20: 1.1.1.2 ! root 21: HANDLE ghMod; 1.1 root 22: 23: 24: 1.1.1.2 ! root 25: /******************************************************************************\ ! 26: * FUNCTION PROTOTYPES ! 27: \******************************************************************************/ 1.1 root 28: 29: INT DLLFunction1 (void); 30: INT DLLFunction2 (int); 31: INT DLLFunction3 (HANDLE); 32: INT DLLFunction4 (HWND); 33: 34: INT DLLDialogBox (HWND); 1.1.1.2 ! root 35: ! 36: 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.