ReactOS
0.4.16-dev-306-g647d351
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
dlgs.h
Go to the documentation of this file.
1
#ifndef _DLGS_H
2
#define _DLGS_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
#define FILEOPENORD 1536
9
#define MULTIFILEOPENORD 1537
10
#define PRINTDLGORD 1538
11
#define PRNSETUPDLGORD 1539
12
#define FINDDLGORD 1540
13
#define REPLACEDLGORD 1541
14
#define FONTDLGORD 1542
15
#define FORMATDLGORD31 1543
16
#define FORMATDLGORD30 1544
17
#define RUNDLGORD 1545
18
19
#if (WINVER >= 0x0400)
20
#define PAGESETUPDLGORD 1546
21
#define NEWFILEOPENORD 1547
22
#define PRINTDLGEXORD 1549
23
#define PAGESETUPDLGORDMOTIF 1550
24
#define COLORMGMTDLGORD 1551
25
#define NEWFILEOPENV2ORD 1552
26
#endif
/* (WINVER >= 0x0400) */
27
28
#define ctlFirst 0x400
29
#define ctlLast 0x4ff
30
31
#define chx1 0x410
32
#define chx2 0x411
33
#define chx3 0x412
34
#define chx4 0x413
35
#define chx5 0x414
36
#define chx6 0x415
37
#define chx7 0x416
38
#define chx8 0x417
39
#define chx9 0x418
40
#define chx10 0x419
41
#define chx11 0x41a
42
#define chx12 0x41b
43
#define chx13 0x41c
44
#define chx14 0x41d
45
#define chx15 0x41e
46
#define chx16 0x41f
47
48
#define cmb1 0x470
49
#define cmb2 0x471
50
#define cmb3 0x472
51
#define cmb4 0x473
52
#define cmb5 0x474
53
#define cmb6 0x475
54
#define cmb7 0x476
55
#define cmb8 0x477
56
#define cmb9 0x478
57
#define cmb10 0x479
58
#define cmb11 0x47a
59
#define cmb12 0x47b
60
#define cmb13 0x47c
61
#define cmb14 0x47d
62
#define cmb15 0x47e
63
#define cmb16 0x47f
64
65
#define edt1 0x480
66
#define edt2 0x481
67
#define edt3 0x482
68
#define edt4 0x483
69
#define edt5 0x484
70
#define edt6 0x485
71
#define edt7 0x486
72
#define edt8 0x487
73
#define edt9 0x488
74
#define edt10 0x489
75
#define edt11 0x48a
76
#define edt12 0x48b
77
#define edt13 0x48c
78
#define edt14 0x48d
79
#define edt15 0x48e
80
#define edt16 0x48f
81
82
#define frm1 0x434
83
#define frm2 0x435
84
#define frm3 0x436
85
#define frm4 0x437
86
#define grp1 0x430
87
#define grp2 0x431
88
#define grp3 0x432
89
#define grp4 0x433
90
#define ico1 0x43c
91
#define ico2 0x43d
92
#define ico3 0x43e
93
#define ico4 0x43f
94
95
#define lst1 0x460
96
#define lst2 0x461
97
#define lst3 0x462
98
#define lst4 0x463
99
#define lst5 0x464
100
#define lst6 0x465
101
#define lst7 0x466
102
#define lst8 0x467
103
#define lst9 0x468
104
#define lst10 0x469
105
#define lst11 0x46a
106
#define lst12 0x46b
107
#define lst13 0x46c
108
#define lst14 0x46d
109
#define lst15 0x46e
110
#define lst16 0x46f
111
112
#define psh1 0x400
113
#define psh2 0x401
114
#define psh3 0x402
115
#define psh4 0x403
116
#define psh5 0x404
117
#define psh6 0x405
118
#define psh7 0x406
119
#define psh8 0x407
120
#define psh9 0x408
121
#define psh10 0x409
122
#define psh11 0x40a
123
#define psh12 0x40b
124
#define psh13 0x40c
125
#define psh14 0x40d
126
#define psh15 0x40e
127
#define pshHelp 0x40e
128
#define psh16 0x40f
129
130
#define rad1 0x420
131
#define rad2 0x421
132
#define rad3 0x422
133
#define rad4 0x423
134
#define rad5 0x424
135
#define rad6 0x425
136
#define rad7 0x426
137
#define rad8 0x427
138
#define rad9 0x428
139
#define rad10 0x429
140
#define rad11 0x42a
141
#define rad12 0x42b
142
#define rad13 0x42c
143
#define rad14 0x42d
144
#define rad15 0x42e
145
#define rad16 0x42f
146
147
#define rct1 0x438
148
#define rct2 0x439
149
#define rct3 0x43a
150
#define rct4 0x43b
151
#define scr1 0x490
152
#define scr2 0x491
153
#define scr3 0x492
154
#define scr4 0x493
155
#define scr5 0x494
156
#define scr6 0x495
157
#define scr7 0x496
158
#define scr8 0x497
159
160
#define stc1 0x440
161
#define stc2 0x441
162
#define stc3 0x442
163
#define stc4 0x443
164
#define stc5 0x444
165
#define stc6 0x445
166
#define stc7 0x446
167
#define stc8 0x447
168
#define stc9 0x448
169
#define stc10 0x449
170
#define stc11 0x44a
171
#define stc12 0x44b
172
#define stc13 0x44c
173
#define stc14 0x44d
174
#define stc15 0x44e
175
#define stc16 0x44f
176
#define stc17 0x450
177
#define stc18 0x451
178
#define stc19 0x452
179
#define stc20 0x453
180
#define stc21 0x454
181
#define stc22 0x455
182
#define stc23 0x456
183
#define stc24 0x457
184
#define stc25 0x458
185
#define stc26 0x459
186
#define stc27 0x45a
187
#define stc28 0x45b
188
#define stc29 0x45c
189
#define stc30 0x45d
190
#define stc31 0x45e
191
#define stc32 0x45f
192
193
#define ctl1 0x4a0
194
195
#ifndef RC_INVOKED
196
typedef
struct
tagCRGB
{
197
BYTE
bRed
;
198
BYTE
bGreen
;
199
BYTE
bBlue
;
200
BYTE
bExtra
;
201
}
CRGB
;
202
#endif
203
#ifdef __cplusplus
204
}
205
#endif
206
#endif
CRGB
struct tagCRGB CRGB
tagCRGB
Definition:
dlgs.h:196
tagCRGB::bGreen
BYTE bGreen
Definition:
dlgs.h:198
tagCRGB::bRed
BYTE bRed
Definition:
dlgs.h:197
tagCRGB::bBlue
BYTE bBlue
Definition:
dlgs.h:199
tagCRGB::bExtra
BYTE bExtra
Definition:
dlgs.h:200
BYTE
unsigned char BYTE
Definition:
xxhash.c:193
sdk
include
psdk
dlgs.h
Generated on Mon Dec 2 2024 06:14:21 for ReactOS by
1.9.6