|
|
1.1.1.2 ! 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 root 12: /* process.h - header file for the process sample. */ 13: 14: 15: /* function prototypes. Window procedures first. */ 16: long FAR PASCAL MainDlgProc(HWND, UINT, UINT, LONG); 17: 18: VOID doCreate (HWND); 19: VOID doTerminate(HWND); 20: 21: 22: /* the control ID's from the dialog box. */ 23: #define DID_CREATE 0x0065 24: #define DID_TERMINATE 0x0066 25: #define DID_LISTBOX 0x0067 26: #define DID_HEADER 0x0068 27: 28: 29: /* length of character buffers. use longest possible file name */ 30: #define MAXCHARS MAX_PATH
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.