|
|
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: /* paths.h - header file for the paths demonstration program. */ 13: 14: 15: /* function prototypes for the window procedures. */ 16: long FAR PASCAL MainWndProc(HWND, UINT, UINT, LONG); 17: void DrawPath(HDC, LPRECT); 18: 19: /* strings to write to the window as labels. */ 20: #define STROKEPATH "StrokePath" 21: #define FILLPATH "FillPath" 22: #define STROKEANDFILLWIND "StrokeAndFill, Winding" 23: #define STROKEANDFILLALT "StrokeAndFill, Alternate" 24: #define CLIPPATHWIND "ClipPath, Winding" 25: #define CLIPPATHALT "ClipPath, Alternate"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.