|
|
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_SUSPENDGREEN 501 13: #define IDM_SUSPENDRED 502 14: #define IDM_RESUMEGREEN 601 15: #define IDM_RESUMERED 602 16: 1.1.1.2 ! root 17: #define IDM_GIDLE 700 1.1 root 18: #define IDM_GLOW 701 19: #define IDM_GBNORM 702 20: #define IDM_GNORM 703 21: #define IDM_GANORM 704 22: #define IDM_GHIGH 705 1.1.1.2 ! root 23: #define IDM_GTC 706 1.1 root 24: 1.1.1.2 ! root 25: #define IDM_RIDLE 750 1.1 root 26: #define IDM_RLOW 751 27: #define IDM_RBNORM 752 28: #define IDM_RNORM 753 29: #define IDM_RANORM 754 30: #define IDM_RHIGH 755 1.1.1.2 ! root 31: #define IDM_RTC 756 1.1 root 32: 33: #define GREEN 0x00007F00 34: #define RED 0x0000007F 35: 36: LONG APIENTRY MainWndProc (HWND, UINT, UINT, LONG); 37: VOID ThreadProc (LPVOID *);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.