|
|
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_ABOUT 100 13: 14: BOOL InitApplication(HANDLE); 15: BOOL InitInstance(HANDLE, INT); 16: LONG APIENTRY MainWndProc(HWND, UINT, UINT, LONG); 17: BOOL APIENTRY About(HWND, UINT, UINT, LONG); 18: 19: #ifdef WIN32 20: #define GET_WM_HSCROLL_CODE(wp, lp) LOWORD(wp) 21: #define GET_WM_HSCROLL_POS(wp, lp) HIWORD(wp) 22: #define GET_WM_HSCROLL_HWND(wp, lp) (HWND)(lp) 23: #else 24: #define GET_WM_HSCROLL_CODE(wp, lp) (wp) 25: #define GET_WM_HSCROLL_POS(wp, lp) LOWORD(lp) 26: #define GET_WM_HSCROLL_HWND(wp, lp) (HWND)HIWORD(lp) 27: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.