|
|
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: #define IDM_FREE 501 13: #define IDM_RESERVE 502 14: #define IDM_COMMIT 503 15: 16: #define IDM_NOACCESS 504 17: #define IDM_READONLY 505 18: #define IDM_READWRITE 506 19: 20: #define IDM_LOCK 901 21: #define IDM_UNLOCK 902 22: 23: #define IDM_WRITE 701 24: 25: #define IDM_SHOW 801 26: 27: #define PAGESIZE 0x1000 28: 29: LONG APIENTRY MainWndProc (HWND, UINT, UINT, LONG); 30: LONG APIENTRY ShowDlgProc (HWND, UINT, UINT, LONG); 31: VOID ResetMenu (VOID); 32: 33: 34: #define IDE_BASEADDR 101 35: #define IDE_ALLOCBASE 102 36: #define IDE_INITPROT 103 37: #define IDE_SIZE 104 38: #define IDE_STATE 105 39: #define IDE_PROTECT 106
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.