|
|
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: #define IDM_NEW 100 13: #define IDM_OPEN 101 14: #define IDM_SAVE 102 15: #define IDM_SAVEAS 103 16: #define IDM_PRINT 104 17: #define IDM_PRINTSETUP 105 18: #define IDM_EXIT 106 19: #define IDM_UNDO 200 20: #define IDM_CUT 201 21: #define IDM_COPY 202 22: #define IDM_PASTE 203 23: #define IDM_LINK 204 24: #define IDM_LINKS 205 25: #define IDM_HELPCONTENTS 300 26: #define IDM_HELPSEARCH 301 27: #define IDM_HELPHELP 302 28: #define IDM_ABOUT 303 29: 30: #define DLG_VERFIRST 400 31: #define DLG_VERLAST 404 32: 33: 1.1 root 34: 35: BOOL InitApplication(HANDLE); 36: BOOL InitInstance(HANDLE, int); 1.1.1.3 ! root 37: LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); ! 38: LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.