Import everything
[cl-w32api.git] / modules / dlgs.lisp
blobc415f8ded5962a5e278bf47a96a2fa0323ceb87c
1 (cl:in-package w32apimod)
3 (define-w32api-module dlgs :dlgs)
5 (cl:in-package cl-w32api.module.dlgs)
7 (defconstant-exported FILEOPENORD 1536)
9 (defconstant-exported MULTIFILEOPENORD 1537)
11 (defconstant-exported PRINTDLGORD 1538)
13 (defconstant-exported PRNSETUPDLGORD 1539)
15 (defconstant-exported FINDDLGORD 1540)
17 (defconstant-exported REPLACEDLGORD 1541)
19 (defconstant-exported FONTDLGORD 1542)
21 (defconstant-exported FORMATDLGORD31 1543)
23 (defconstant-exported FORMATDLGORD30 1544)
25 (defconstant-exported PAGESETUPDLGORD 1546)
27 (defconstant-exported ctlFirst #x400)
29 (defconstant-exported ctlLast #x4ff)
31 (defconstant-exported chx1 #x410)
33 (defconstant-exported chx2 #x411)
35 (defconstant-exported chx3 #x412)
37 (defconstant-exported chx4 #x413)
39 (defconstant-exported chx5 #x414)
41 (defconstant-exported chx6 #x415)
43 (defconstant-exported chx7 #x416)
45 (defconstant-exported chx8 #x417)
47 (defconstant-exported chx9 #x418)
49 (defconstant-exported chx10 #x419)
51 (defconstant-exported chx11 #x41a)
53 (defconstant-exported chx12 #x41b)
55 (defconstant-exported chx13 #x41c)
57 (defconstant-exported chx14 #x41d)
59 (defconstant-exported chx15 #x41e)
61 (defconstant-exported chx16 #x41f)
63 (defconstant-exported cmb1 #x470)
65 (defconstant-exported cmb2 #x471)
67 (defconstant-exported cmb3 #x472)
69 (defconstant-exported cmb4 #x473)
71 (defconstant-exported cmb5 #x474)
73 (defconstant-exported cmb6 #x475)
75 (defconstant-exported cmb7 #x476)
77 (defconstant-exported cmb8 #x477)
79 (defconstant-exported cmb9 #x478)
81 (defconstant-exported cmb10 #x479)
83 (defconstant-exported cmb11 #x47a)
85 (defconstant-exported cmb12 #x47b)
87 (defconstant-exported cmb13 #x47c)
89 (defconstant-exported cmb14 #x47d)
91 (defconstant-exported cmb15 #x47e)
93 (defconstant-exported cmb16 #x47f)
95 (defconstant-exported edt1 #x480)
97 (defconstant-exported edt2 #x481)
99 (defconstant-exported edt3 #x482)
101 (defconstant-exported edt4 #x483)
103 (defconstant-exported edt5 #x484)
105 (defconstant-exported edt6 #x485)
107 (defconstant-exported edt7 #x486)
109 (defconstant-exported edt8 #x487)
111 (defconstant-exported edt9 #x488)
113 (defconstant-exported edt10 #x489)
115 (defconstant-exported edt11 #x48a)
117 (defconstant-exported edt12 #x48b)
119 (defconstant-exported edt13 #x48c)
121 (defconstant-exported edt14 #x48d)
123 (defconstant-exported edt15 #x48e)
125 (defconstant-exported edt16 #x48f)
127 (defconstant-exported frm1 #x434)
129 (defconstant-exported frm2 #x435)
131 (defconstant-exported frm3 #x436)
133 (defconstant-exported frm4 #x437)
135 (defconstant-exported grp1 #x430)
137 (defconstant-exported grp2 #x431)
139 (defconstant-exported grp3 #x432)
141 (defconstant-exported grp4 #x433)
143 (defconstant-exported ico1 #x43c)
145 (defconstant-exported ico2 #x43d)
147 (defconstant-exported ico3 #x43e)
149 (defconstant-exported ico4 #x43f)
151 (defconstant-exported lst1 #x460)
153 (defconstant-exported lst2 #x461)
155 (defconstant-exported lst3 #x462)
157 (defconstant-exported lst4 #x463)
159 (defconstant-exported lst5 #x464)
161 (defconstant-exported lst6 #x465)
163 (defconstant-exported lst7 #x466)
165 (defconstant-exported lst8 #x467)
167 (defconstant-exported lst9 #x468)
169 (defconstant-exported lst10 #x469)
171 (defconstant-exported lst11 #x46a)
173 (defconstant-exported lst12 #x46b)
175 (defconstant-exported lst13 #x46c)
177 (defconstant-exported lst14 #x46d)
179 (defconstant-exported lst15 #x46e)
181 (defconstant-exported lst16 #x46f)
183 (defconstant-exported psh1 #x400)
185 (defconstant-exported psh2 #x401)
187 (defconstant-exported psh3 #x402)
189 (defconstant-exported psh4 #x403)
191 (defconstant-exported psh5 #x404)
193 (defconstant-exported psh6 #x405)
195 (defconstant-exported psh7 #x406)
197 (defconstant-exported psh8 #x407)
199 (defconstant-exported psh9 #x408)
201 (defconstant-exported psh10 #x409)
203 (defconstant-exported psh11 #x40a)
205 (defconstant-exported psh12 #x40b)
207 (defconstant-exported psh13 #x40c)
209 (defconstant-exported psh14 #x40d)
211 (defconstant-exported psh15 #x40e)
213 (defconstant-exported pshHelp #x40e)
215 (defconstant-exported psh16 #x40f)
217 (defconstant-exported rad1 #x420)
219 (defconstant-exported rad2 #x421)
221 (defconstant-exported rad3 #x422)
223 (defconstant-exported rad4 #x423)
225 (defconstant-exported rad5 #x424)
227 (defconstant-exported rad6 #x425)
229 (defconstant-exported rad7 #x426)
231 (defconstant-exported rad8 #x427)
233 (defconstant-exported rad9 #x428)
235 (defconstant-exported rad10 #x429)
237 (defconstant-exported rad11 #x42a)
239 (defconstant-exported rad12 #x42b)
241 (defconstant-exported rad13 #x42c)
243 (defconstant-exported rad14 #x42d)
245 (defconstant-exported rad15 #x42e)
247 (defconstant-exported rad16 #x42f)
249 (defconstant-exported rct1 #x438)
251 (defconstant-exported rct2 #x439)
253 (defconstant-exported rct3 #x43a)
255 (defconstant-exported rct4 #x43b)
257 (defconstant-exported scr1 #x490)
259 (defconstant-exported scr2 #x491)
261 (defconstant-exported scr3 #x492)
263 (defconstant-exported scr4 #x493)
265 (defconstant-exported scr5 #x494)
267 (defconstant-exported scr6 #x495)
269 (defconstant-exported scr7 #x496)
271 (defconstant-exported scr8 #x497)
273 (defconstant-exported stc1 #x440)
275 (defconstant-exported stc2 #x441)
277 (defconstant-exported stc3 #x442)
279 (defconstant-exported stc4 #x443)
281 (defconstant-exported stc5 #x444)
283 (defconstant-exported stc6 #x445)
285 (defconstant-exported stc7 #x446)
287 (defconstant-exported stc8 #x447)
289 (defconstant-exported stc9 #x448)
291 (defconstant-exported stc10 #x449)
293 (defconstant-exported stc11 #x44a)
295 (defconstant-exported stc12 #x44b)
297 (defconstant-exported stc13 #x44c)
299 (defconstant-exported stc14 #x44d)
301 (defconstant-exported stc15 #x44e)
303 (defconstant-exported stc16 #x44f)
305 (defconstant-exported stc17 #x450)
307 (defconstant-exported stc18 #x451)
309 (defconstant-exported stc19 #x452)
311 (defconstant-exported stc20 #x453)
313 (defconstant-exported stc21 #x454)
315 (defconstant-exported stc22 #x455)
317 (defconstant-exported stc23 #x456)
319 (defconstant-exported stc24 #x457)
321 (defconstant-exported stc25 #x458)
323 (defconstant-exported stc26 #x459)
325 (defconstant-exported stc27 #x45a)
327 (defconstant-exported stc28 #x45b)
329 (defconstant-exported stc29 #x45c)
331 (defconstant-exported stc30 #x45d)
333 (defconstant-exported stc31 #x45e)
335 (defconstant-exported stc32 #x45f)
337 (defcstructex-exported CRGB
338 (bRed :unsigned-char)
339 (bGreen :unsigned-char)
340 (bBlue :unsigned-char)
341 (bExtra :unsigned-char))