11{
17
20
23
30
31
35
39
41
43
45
47
49
51
54 ok(
ret == UintVal,
"ret = %d\n",
ret);
56
59 ok(
ret == UintVal,
"ret = %d\n",
ret);
61
63
65
67
69
71
73
75
77
79
81
83
85
87
89
91
93
95
97
102
106
108
110
114
116
118
120
122
124
126
128
130
132
134
136
138
140
142
144
146
148
150
152
154
156
158
160
162
164
166
168
170
172
174
176
178
180
182
184
186
188
190
192
194
196
198
200
202
204
206
208
210
211#if(WINVER >= 0x0400)
213
215
217
219
221
223
225
227
229
231
233
235
237
239
241
243
245
247
249
251
253
255
257
259
261
263
265
267
269
271
273
275
277
279
281
283
285
287
289
291
293
295
297
299
301
303
306 ok(
ret == BoolVal,
"ret = %d\n",
ret);
308
310
312
314
316
318
320
322
324#endif
325
326#if (WINVER >= 0x0500) || (_WIN32_WINNT >= 0x0400)
328
330#endif
331
332#if(WINVER >= 0x0500)
334
336
338
340
342
344
346
348
350
352
354
356#endif
357
358#if(_WIN32_WINNT >= 0x0500)
362#endif
363
364#if(_WIN32_WINNT >= 0x0501)
367 ok(
ret == UintVal,
"ret = %d\n",
ret);
369
372 ok(
ret == UintVal,
"ret = %d\n",
ret);
374
376
378
380
382
384
386
388
390#endif
391
392#if(_WIN32_WINNT >= 0x0600)
394
396
398
400#endif
401
402}
DWORD WINAPI GetLastError(void)
int WINAPI GetDeviceCaps(_In_opt_ HDC, _In_ int)
#define SM_MENUDROPALIGNMENT
#define SM_CYVIRTUALSCREEN
#define SM_MIDEASTENABLED
#define SPI_GETSHOWSOUNDS
#define SM_SAMEDISPLAYFORMAT
#define SM_MOUSEWHEELPRESENT
#define SM_CXVIRTUALSCREEN
HDC WINAPI GetDC(_In_opt_ HWND)
BOOL WINAPI SystemParametersInfoW(_In_ UINT uiAction, _In_ UINT uiParam, _Inout_opt_ PVOID pvParam, _In_ UINT fWinIni)
#define SM_XVIRTUALSCREEN
int WINAPI GetSystemMetrics(_In_ int)
#define SM_YVIRTUALSCREEN