|
|
1.1 root 1: /**************************************************************************\
2: * PRINTER.H
3: \**************************************************************************/
4:
5:
6:
7:
8: /**************************************************************************\
9: * SYMBOLIC CONSTANTS
10: \**************************************************************************/
11:
12: #define DID_PRTDLG 0
13: #define DID_PRINT 1
14: #define DID_ENUM 2
15: #define DID_DEVCAP 3
16: #define DID_DELTA 4
17: #define DID_TOOLBARCOMBO 5
18:
19: #define DID_LISTBOX 50
20:
21: #define IDM_HIENGLISH 101
22: #define IDM_HIMETRIC 102
23: #define IDM_LOENGLISH 103
24: #define IDM_LOMETRIC 104
25: #define IDM_TWIPS 105
26: #define IDM_ISOTROPIC 106
27: #define IDM_ANISOTROPIC 107
28: #define IDM_TEXT 108
29:
30: #define IDM_ARC 201
31: #define IDM_ELLIPSE 202
32: #define IDM_LINETO 203
33: #define IDM_PIE 204
34: #define IDM_POLYBEZIER 205
35: #define IDM_POLYGON 206
36: #define IDM_POLYLINE 207
37: #define IDM_POLYPOLYGON 208
38: #define IDM_RECTANGLE 209
39: #define IDM_ROUNDRECT 210
40: #define IDM_STRETCHBLT 211
41: #define IDM_TEXTOUT 212
42: #define IDM_ALLGRAPHICS 213
43: #define IDM_NOGRAPHICS 214
44: #define IDM_ENUMFONTS 215
45:
46: #define MAX_MAPMODES 8
47:
48:
49: /**************************************************************************\
50: * FUNCTION PROTOTYPES
51: \**************************************************************************/
52:
53: long APIENTRY MainWndProc (HWND, UINT, UINT, LONG);
54: BOOL APIENTRY ToolbarProc (HWND, UINT, UINT, LONG);
55:
56: BOOL APIENTRY EnumDlgProc (HWND, UINT, UINT, LONG);
57: BOOL APIENTRY DevCapDlgProc (HWND, UINT, UINT, LONG);
58:
59: void InvalidateClient (void);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.