wbemprox: Implement Win32_LogicalDisk.VolumeSerialNumber.
[wine/wine-gecko.git] / dlls / wbemprox / builtin.c
blob66f28823a9c1a89ed91941fcbe7e96af165d1f1d
1 /*
2 * Copyright 2012 Hans Leidekker for CodeWeavers
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 #define COBJMACROS
20 #define NONAMELESSUNION
21 #define NONAMELESSSTRUCT
23 #include "config.h"
24 #include <stdarg.h>
26 #include "ntstatus.h"
27 #define WIN32_NO_STATUS
28 #include "windef.h"
29 #include "winbase.h"
30 #include "initguid.h"
31 #include "wbemcli.h"
32 #include "wbemprov.h"
33 #include "winsock2.h"
34 #include "iphlpapi.h"
35 #include "tlhelp32.h"
36 #include "d3d10.h"
37 #include "winternl.h"
38 #include "winioctl.h"
39 #include "winsvc.h"
40 #include "winver.h"
42 #include "wine/debug.h"
43 #include "wbemprox_private.h"
45 WINE_DEFAULT_DEBUG_CHANNEL(wbemprox);
47 static const WCHAR class_baseboardW[] =
48 {'W','i','n','3','2','_','B','a','s','e','B','o','a','r','d',0};
49 static const WCHAR class_biosW[] =
50 {'W','i','n','3','2','_','B','I','O','S',0};
51 static const WCHAR class_cdromdriveW[] =
52 {'W','i','n','3','2','_','C','D','R','O','M','D','r','i','v','e',0};
53 static const WCHAR class_compsysW[] =
54 {'W','i','n','3','2','_','C','o','m','p','u','t','e','r','S','y','s','t','e','m',0};
55 static const WCHAR class_datafileW[] =
56 {'C','I','M','_','D','a','t','a','F','i','l','e',0};
57 static const WCHAR class_directoryW[] =
58 {'W','i','n','3','2','_','D','i','r','e','c','t','o','r','y',0};
59 static const WCHAR class_diskdriveW[] =
60 {'W','i','n','3','2','_','D','i','s','k','D','r','i','v','e',0};
61 static const WCHAR class_diskpartitionW[] =
62 {'W','i','n','3','2','_','D','i','s','k','P','a','r','t','i','t','i','o','n',0};
63 static const WCHAR class_logicaldiskW[] =
64 {'W','i','n','3','2','_','L','o','g','i','c','a','l','D','i','s','k',0};
65 static const WCHAR class_logicaldisk2W[] =
66 {'C','I','M','_','L','o','g','i','c','a','l','D','i','s','k',0};
67 static const WCHAR class_networkadapterW[] =
68 {'W','i','n','3','2','_','N','e','t','w','o','r','k','A','d','a','p','t','e','r',0};
69 static const WCHAR class_networkadapterconfigW[] =
70 {'W','i','n','3','2','_','N','e','t','w','o','r','k','A','d','a','p','t','e','r',
71 'C','o','n','f','i','g','u','r','a','t','i','o','n',0};
72 static const WCHAR class_osW[] =
73 {'W','i','n','3','2','_','O','p','e','r','a','t','i','n','g','S','y','s','t','e','m',0};
74 static const WCHAR class_paramsW[] =
75 {'_','_','P','A','R','A','M','E','T','E','R','S',0};
76 static const WCHAR class_physicalmediaW[] =
77 {'W','i','n','3','2','_','P','h','y','s','i','c','a','l','M','e','d','i','a',0};
78 static const WCHAR class_qualifiersW[] =
79 {'_','_','Q','U','A','L','I','F','I','E','R','S',0};
80 static const WCHAR class_process_getowner_outW[] =
81 {'_','_','W','I','N','3','2','_','P','R','O','C','E','S','S','_','G','E','T','O','W',
82 'N','E','R','_','O','U','T',0};
83 static const WCHAR class_processorW[] =
84 {'W','i','n','3','2','_','P','r','o','c','e','s','s','o','r',0};
85 static const WCHAR class_sounddeviceW[] =
86 {'W','i','n','3','2','_','S','o','u','n','d','D','e','v','i','c','e',0};
87 static const WCHAR class_videocontrollerW[] =
88 {'W','i','n','3','2','_','V','i','d','e','o','C','o','n','t','r','o','l','l','e','r',0};
90 static const WCHAR prop_acceptpauseW[] =
91 {'A','c','c','e','p','t','P','a','u','s','e',0};
92 static const WCHAR prop_acceptstopW[] =
93 {'A','c','c','e','p','t','S','t','o','p',0};
94 static const WCHAR prop_accessmaskW[] =
95 {'A','c','c','e','s','s','M','a','s','k',0};
96 static const WCHAR prop_adapterdactypeW[] =
97 {'A','d','a','p','t','e','r','D','A','C','T','y','p','e',0};
98 static const WCHAR prop_adapterramW[] =
99 {'A','d','a','p','t','e','r','R','A','M',0};
100 static const WCHAR prop_adaptertypeW[] =
101 {'A','d','a','p','t','e','r','T','y','p','e',0};
102 static const WCHAR prop_addresswidthW[] =
103 {'A','d','d','r','e','s','s','W','i','d','t','h',0};
104 static const WCHAR prop_bootableW[] =
105 {'B','o','o','t','a','b','l','e',0};
106 static const WCHAR prop_bootpartitionW[] =
107 {'B','o','o','t','P','a','r','t','i','t','i','o','n',0};
108 static const WCHAR prop_captionW[] =
109 {'C','a','p','t','i','o','n',0};
110 static const WCHAR prop_classW[] =
111 {'C','l','a','s','s',0};
112 static const WCHAR prop_codesetW[] =
113 {'C','o','d','e','S','e','t',0};
114 static const WCHAR prop_commandlineW[] =
115 {'C','o','m','m','a','n','d','L','i','n','e',0};
116 static const WCHAR prop_countrycodeW[] =
117 {'C','o','u','n','t','r','y','C','o','d','e',0};
118 static const WCHAR prop_cpustatusW[] =
119 {'C','p','u','S','t','a','t','u','s',0};
120 static const WCHAR prop_csdversionW[] =
121 {'C','S','D','V','e','r','s','i','o','n',0};
122 static const WCHAR prop_currentbitsperpixelW[] =
123 {'C','u','r','r','e','n','t','B','i','t','s','P','e','r','P','i','x','e','l',0};
124 static const WCHAR prop_currenthorizontalresW[] =
125 {'C','u','r','r','e','n','t','H','o','r','i','z','o','n','t','a','l','R','e','s','o','l','u','t','i','o','n',0};
126 static const WCHAR prop_currentverticalresW[] =
127 {'C','u','r','r','e','n','t','V','e','r','t','i','c','a','l','R','e','s','o','l','u','t','i','o','n',0};
128 static const WCHAR prop_defaultvalueW[] =
129 {'D','e','f','a','u','l','t','V','a','l','u','e',0};
130 static const WCHAR prop_descriptionW[] =
131 {'D','e','s','c','r','i','p','t','i','o','n',0};
132 static const WCHAR prop_deviceidW[] =
133 {'D','e','v','i','c','e','I','d',0};
134 static const WCHAR prop_directionW[] =
135 {'D','i','r','e','c','t','i','o','n',0};
136 static const WCHAR prop_displaynameW[] =
137 {'D','i','s','p','l','a','y','N','a','m','e',0};
138 static const WCHAR prop_diskindexW[] =
139 {'D','i','s','k','I','n','d','e','x',0};
140 static const WCHAR prop_domainW[] =
141 {'D','o','m','a','i','n',0};
142 static const WCHAR prop_domainroleW[] =
143 {'D','o','m','a','i','n','R','o','l','e',0};
144 static const WCHAR prop_driveW[] =
145 {'D','r','i','v','e',0};
146 static const WCHAR prop_drivetypeW[] =
147 {'D','r','i','v','e','T','y','p','e',0};
148 static const WCHAR prop_familyW[] =
149 {'F','a','m','i','l','y',0};
150 static const WCHAR prop_filesystemW[] =
151 {'F','i','l','e','S','y','s','t','e','m',0};
152 static const WCHAR prop_flavorW[] =
153 {'F','l','a','v','o','r',0};
154 static const WCHAR prop_freespaceW[] =
155 {'F','r','e','e','S','p','a','c','e',0};
156 static const WCHAR prop_handleW[] =
157 {'H','a','n','d','l','e',0};
158 static const WCHAR prop_idW[] =
159 {'I','D',0};
160 static const WCHAR prop_identificationcodeW[] =
161 {'I','d','e','n','t','i','f','i','c','a','t','i','o','n','C','o','d','e',0};
162 static const WCHAR prop_indexW[] =
163 {'I','n','d','e','x',0};
164 static const WCHAR prop_interfaceindexW[] =
165 {'I','n','t','e','r','f','a','c','e','I','n','d','e','x',0};
166 static const WCHAR prop_intvalueW[] =
167 {'I','n','t','e','g','e','r','V','a','l','u','e',0};
168 static const WCHAR prop_ipconnectionmetricW[] =
169 {'I','P','C','o','n','n','e','c','t','i','o','n','M','e','t','r','i','c',0};
170 static const WCHAR prop_ipenabledW[] =
171 {'I','P','E','n','a','b','l','e','d',0};
172 static const WCHAR prop_lastbootuptimeW[] =
173 {'L','a','s','t','B','o','o','t','U','p','T','i','m','e',0};
174 static const WCHAR prop_localdatetimeW[] =
175 {'L','o','c','a','l','D','a','t','e','T','i','m','e',0};
176 static const WCHAR prop_localeW[] =
177 {'L','o','c','a','l','e',0};
178 static const WCHAR prop_macaddressW[] =
179 {'M','A','C','A','d','d','r','e','s','s',0};
180 static const WCHAR prop_manufacturerW[] =
181 {'M','a','n','u','f','a','c','t','u','r','e','r',0};
182 static const WCHAR prop_maxclockspeedW[] =
183 {'M','a','x','C','l','o','c','k','S','p','e','e','d',0};
184 static const WCHAR prop_mediatypeW[] =
185 {'M','e','d','i','a','T','y','p','e',0};
186 static const WCHAR prop_memberW[] =
187 {'M','e','m','b','e','r',0};
188 static const WCHAR prop_methodW[] =
189 {'M','e','t','h','o','d',0};
190 static const WCHAR prop_modelW[] =
191 {'M','o','d','e','l',0};
192 static const WCHAR prop_netconnectionstatusW[] =
193 {'N','e','t','C','o','n','n','e','c','t','i','o','n','S','t','a','t','u','s',0};
194 static const WCHAR prop_numcoresW[] =
195 {'N','u','m','b','e','r','O','f','C','o','r','e','s',0};
196 static const WCHAR prop_numlogicalprocessorsW[] =
197 {'N','u','m','b','e','r','O','f','L','o','g','i','c','a','l','P','r','o','c','e','s','s','o','r','s',0};
198 static const WCHAR prop_numprocessorsW[] =
199 {'N','u','m','b','e','r','O','f','P','r','o','c','e','s','s','o','r','s',0};
200 static const WCHAR prop_osarchitectureW[] =
201 {'O','S','A','r','c','h','i','t','e','c','t','u','r','e',0};
202 static const WCHAR prop_oslanguageW[] =
203 {'O','S','L','a','n','g','u','a','g','e',0};
204 static const WCHAR prop_osproductsuiteW[] =
205 {'O','S','P','r','o','d','u','c','t','S','u','i','t','e',0};
206 static const WCHAR prop_ostypeW[] =
207 {'O','S','T','y','p','e',0};
208 static const WCHAR prop_parameterW[] =
209 {'P','a','r','a','m','e','t','e','r',0};
210 static const WCHAR prop_physicaladapterW[] =
211 {'P','h','y','s','i','c','a','l','A','d','a','p','t','e','r',0};
212 static const WCHAR prop_pnpdeviceidW[] =
213 {'P','N','P','D','e','v','i','c','e','I','D',0};
214 static const WCHAR prop_pprocessidW[] =
215 {'P','a','r','e','n','t','P','r','o','c','e','s','s','I','D',0};
216 static const WCHAR prop_processidW[] =
217 {'P','r','o','c','e','s','s','I','D',0};
218 static const WCHAR prop_processoridW[] =
219 {'P','r','o','c','e','s','s','o','r','I','d',0};
220 static const WCHAR prop_productnameW[] =
221 {'P','r','o','d','u','c','t','N','a','m','e',0};
222 static const WCHAR prop_releasedateW[] =
223 {'R','e','l','e','a','s','e','D','a','t','e',0};
224 static const WCHAR prop_serialnumberW[] =
225 {'S','e','r','i','a','l','N','u','m','b','e','r',0};
226 static const WCHAR prop_servicepackmajorW[] =
227 {'S','e','r','v','i','c','e','P','a','c','k','M','a','j','o','r','V','e','r','s','i','o','n',0};
228 static const WCHAR prop_servicepackminorW[] =
229 {'S','e','r','v','i','c','e','P','a','c','k','M','i','n','o','r','V','e','r','s','i','o','n',0};
230 static const WCHAR prop_servicetypeW[] =
231 {'S','e','r','v','i','c','e','T','y','p','e',0};
232 static const WCHAR prop_smbiosbiosversionW[] =
233 {'S','M','B','I','O','S','B','I','O','S','V','e','r','s','i','o','n',0};
234 static const WCHAR prop_startmodeW[] =
235 {'S','t','a','r','t','M','o','d','e',0};
236 static const WCHAR prop_sizeW[] =
237 {'S','i','z','e',0};
238 static const WCHAR prop_speedW[] =
239 {'S','p','e','e','d',0};
240 static const WCHAR prop_startingoffsetW[] =
241 {'S','t','a','r','t','i','n','g','O','f','f','s','e','t',0};
242 static const WCHAR prop_stateW[] =
243 {'S','t','a','t','e',0};
244 static const WCHAR prop_strvalueW[] =
245 {'S','t','r','i','n','g','V','a','l','u','e',0};
246 static const WCHAR prop_suitemaskW[] =
247 {'S','u','i','t','e','M','a','s','k',0};
248 static const WCHAR prop_systemdirectoryW[] =
249 {'S','y','s','t','e','m','D','i','r','e','c','t','o','r','y',0};
250 static const WCHAR prop_systemnameW[] =
251 {'S','y','s','t','e','m','N','a','m','e',0};
252 static const WCHAR prop_tagW[] =
253 {'T','a','g',0};
254 static const WCHAR prop_threadcountW[] =
255 {'T','h','r','e','a','d','C','o','u','n','t',0};
256 static const WCHAR prop_totalphysicalmemoryW[] =
257 {'T','o','t','a','l','P','h','y','s','i','c','a','l','M','e','m','o','r','y',0};
258 static const WCHAR prop_typeW[] =
259 {'T','y','p','e',0};
260 static const WCHAR prop_uniqueidW[] =
261 {'U','n','i','q','u','e','I','d',0};
262 static const WCHAR prop_varianttypeW[] =
263 {'V','a','r','i','a','n','t','T','y','p','e',0};
264 static const WCHAR prop_versionW[] =
265 {'V','e','r','s','i','o','n',0};
266 static const WCHAR prop_volumeserialnumberW[] =
267 {'V','o','l','u','m','e','S','e','r','i','a','l','N','u','m','b','e','r',0};
269 /* column definitions must be kept in sync with record structures below */
270 static const struct column col_baseboard[] =
272 { prop_manufacturerW, CIM_STRING },
273 { prop_modelW, CIM_STRING },
274 { prop_nameW, CIM_STRING },
275 { prop_serialnumberW, CIM_STRING },
276 { prop_tagW, CIM_STRING|COL_FLAG_KEY }
278 static const struct column col_bios[] =
280 { prop_descriptionW, CIM_STRING },
281 { prop_identificationcodeW, CIM_STRING },
282 { prop_manufacturerW, CIM_STRING },
283 { prop_releasedateW, CIM_DATETIME },
284 { prop_serialnumberW, CIM_STRING },
285 { prop_smbiosbiosversionW, CIM_STRING },
286 { prop_versionW, CIM_STRING|COL_FLAG_KEY }
288 static const struct column col_cdromdrive[] =
290 { prop_deviceidW, CIM_STRING|COL_FLAG_KEY },
291 { prop_driveW, CIM_STRING|COL_FLAG_DYNAMIC },
292 { prop_nameW, CIM_STRING },
293 { prop_pnpdeviceidW, CIM_STRING }
295 static const struct column col_compsys[] =
297 { prop_descriptionW, CIM_STRING },
298 { prop_domainW, CIM_STRING },
299 { prop_domainroleW, CIM_UINT16 },
300 { prop_manufacturerW, CIM_STRING },
301 { prop_modelW, CIM_STRING },
302 { prop_nameW, CIM_STRING|COL_FLAG_DYNAMIC },
303 { prop_numlogicalprocessorsW, CIM_UINT32, VT_I4 },
304 { prop_numprocessorsW, CIM_UINT32, VT_I4 },
305 { prop_totalphysicalmemoryW, CIM_UINT64 }
307 static const struct column col_datafile[] =
309 { prop_nameW, CIM_STRING|COL_FLAG_DYNAMIC|COL_FLAG_KEY },
310 { prop_versionW, CIM_STRING|COL_FLAG_DYNAMIC }
312 static const struct column col_directory[] =
314 { prop_accessmaskW, CIM_UINT32 },
315 { prop_nameW, CIM_STRING|COL_FLAG_DYNAMIC|COL_FLAG_KEY }
317 static const struct column col_diskdrive[] =
319 { prop_deviceidW, CIM_STRING|COL_FLAG_KEY },
320 { prop_indexW, CIM_UINT32, VT_I4 },
321 { prop_manufacturerW, CIM_STRING },
322 { prop_mediatypeW, CIM_STRING },
323 { prop_modelW, CIM_STRING },
324 { prop_serialnumberW, CIM_STRING }
326 static const struct column col_diskpartition[] =
328 { prop_bootableW, CIM_BOOLEAN },
329 { prop_bootpartitionW, CIM_BOOLEAN },
330 { prop_deviceidW, CIM_STRING|COL_FLAG_DYNAMIC|COL_FLAG_KEY },
331 { prop_diskindexW, CIM_UINT32, VT_I4 },
332 { prop_indexW, CIM_UINT32, VT_I4 },
333 { prop_pnpdeviceidW, CIM_STRING|COL_FLAG_DYNAMIC },
334 { prop_sizeW, CIM_UINT64 },
335 { prop_startingoffsetW, CIM_UINT64 },
336 { prop_typeW, CIM_STRING|COL_FLAG_DYNAMIC }
338 static const struct column col_logicaldisk[] =
340 { prop_deviceidW, CIM_STRING|COL_FLAG_DYNAMIC|COL_FLAG_KEY },
341 { prop_drivetypeW, CIM_UINT32, VT_I4 },
342 { prop_filesystemW, CIM_STRING|COL_FLAG_DYNAMIC },
343 { prop_freespaceW, CIM_UINT64 },
344 { prop_nameW, CIM_STRING|COL_FLAG_DYNAMIC },
345 { prop_sizeW, CIM_UINT64 },
346 { prop_volumeserialnumberW, CIM_STRING|COL_FLAG_DYNAMIC }
348 static const struct column col_networkadapter[] =
350 { prop_adaptertypeW, CIM_STRING },
351 { prop_deviceidW, CIM_STRING|COL_FLAG_DYNAMIC|COL_FLAG_KEY },
352 { prop_indexW, CIM_UINT32, VT_I4 },
353 { prop_interfaceindexW, CIM_UINT32, VT_I4 },
354 { prop_macaddressW, CIM_STRING|COL_FLAG_DYNAMIC },
355 { prop_manufacturerW, CIM_STRING },
356 { prop_nameW, CIM_STRING|COL_FLAG_DYNAMIC },
357 { prop_netconnectionstatusW, CIM_UINT16, VT_I4 },
358 { prop_physicaladapterW, CIM_BOOLEAN },
359 { prop_pnpdeviceidW, CIM_STRING },
360 { prop_speedW, CIM_UINT64 }
362 static const struct column col_networkadapterconfig[] =
364 { prop_indexW, CIM_UINT32|COL_FLAG_KEY },
365 { prop_ipconnectionmetricW, CIM_UINT32 },
366 { prop_ipenabledW, CIM_BOOLEAN },
367 { prop_macaddressW, CIM_STRING|COL_FLAG_DYNAMIC }
369 static const struct column col_os[] =
371 { prop_captionW, CIM_STRING },
372 { prop_codesetW, CIM_STRING|COL_FLAG_DYNAMIC },
373 { prop_countrycodeW, CIM_STRING|COL_FLAG_DYNAMIC },
374 { prop_csdversionW, CIM_STRING },
375 { prop_lastbootuptimeW, CIM_DATETIME|COL_FLAG_DYNAMIC },
376 { prop_localdatetimeW, CIM_DATETIME|COL_FLAG_DYNAMIC },
377 { prop_localeW, CIM_STRING|COL_FLAG_DYNAMIC },
378 { prop_nameW, CIM_STRING },
379 { prop_osarchitectureW, CIM_STRING },
380 { prop_oslanguageW, CIM_UINT32, VT_I4 },
381 { prop_osproductsuiteW, CIM_UINT32, VT_I4 },
382 { prop_ostypeW, CIM_UINT16, VT_I4 },
383 { prop_servicepackmajorW, CIM_UINT16, VT_I4 },
384 { prop_servicepackminorW, CIM_UINT16, VT_I4 },
385 { prop_suitemaskW, CIM_UINT32, VT_I4 },
386 { prop_systemdirectoryW, CIM_STRING|COL_FLAG_DYNAMIC },
387 { prop_versionW, CIM_STRING }
389 static const struct column col_param[] =
391 { prop_classW, CIM_STRING },
392 { prop_methodW, CIM_STRING },
393 { prop_directionW, CIM_SINT32 },
394 { prop_parameterW, CIM_STRING },
395 { prop_typeW, CIM_UINT32 },
396 { prop_varianttypeW, CIM_UINT32 },
397 { prop_defaultvalueW, CIM_UINT32 }
399 static const struct column col_physicalmedia[] =
401 { prop_serialnumberW, CIM_STRING },
402 { prop_tagW, CIM_STRING }
404 static const struct column col_process[] =
406 { prop_captionW, CIM_STRING|COL_FLAG_DYNAMIC },
407 { prop_commandlineW, CIM_STRING|COL_FLAG_DYNAMIC },
408 { prop_descriptionW, CIM_STRING|COL_FLAG_DYNAMIC },
409 { prop_handleW, CIM_STRING|COL_FLAG_DYNAMIC|COL_FLAG_KEY },
410 { prop_nameW, CIM_STRING|COL_FLAG_DYNAMIC },
411 { prop_pprocessidW, CIM_UINT32, VT_I4 },
412 { prop_processidW, CIM_UINT32, VT_I4 },
413 { prop_threadcountW, CIM_UINT32, VT_I4 },
414 /* methods */
415 { method_getownerW, CIM_FLAG_ARRAY|COL_FLAG_METHOD }
417 static const struct column col_processor[] =
419 { prop_addresswidthW, CIM_UINT16, VT_I4 },
420 { prop_cpustatusW, CIM_UINT16 },
421 { prop_deviceidW, CIM_STRING|COL_FLAG_DYNAMIC|COL_FLAG_KEY },
422 { prop_familyW, CIM_UINT16, VT_I4 },
423 { prop_manufacturerW, CIM_STRING|COL_FLAG_DYNAMIC },
424 { prop_maxclockspeedW, CIM_UINT32, VT_I4 },
425 { prop_nameW, CIM_STRING|COL_FLAG_DYNAMIC },
426 { prop_numcoresW, CIM_UINT32, VT_I4 },
427 { prop_numlogicalprocessorsW, CIM_UINT32, VT_I4 },
428 { prop_processoridW, CIM_STRING|COL_FLAG_DYNAMIC },
429 { prop_uniqueidW, CIM_STRING }
431 static const struct column col_qualifier[] =
433 { prop_classW, CIM_STRING },
434 { prop_memberW, CIM_STRING },
435 { prop_typeW, CIM_UINT32 },
436 { prop_flavorW, CIM_SINT32 },
437 { prop_nameW, CIM_STRING },
438 { prop_intvalueW, CIM_SINT32 },
439 { prop_strvalueW, CIM_STRING }
441 static const struct column col_service[] =
443 { prop_acceptpauseW, CIM_BOOLEAN },
444 { prop_acceptstopW, CIM_BOOLEAN },
445 { prop_displaynameW, CIM_STRING|COL_FLAG_DYNAMIC },
446 { prop_nameW, CIM_STRING|COL_FLAG_DYNAMIC|COL_FLAG_KEY },
447 { prop_processidW, CIM_UINT32 },
448 { prop_servicetypeW, CIM_STRING },
449 { prop_startmodeW, CIM_STRING },
450 { prop_stateW, CIM_STRING },
451 { prop_systemnameW, CIM_STRING|COL_FLAG_DYNAMIC },
452 /* methods */
453 { method_pauseserviceW, CIM_FLAG_ARRAY|COL_FLAG_METHOD },
454 { method_resumeserviceW, CIM_FLAG_ARRAY|COL_FLAG_METHOD },
455 { method_startserviceW, CIM_FLAG_ARRAY|COL_FLAG_METHOD },
456 { method_stopserviceW, CIM_FLAG_ARRAY|COL_FLAG_METHOD }
458 static const struct column col_sounddevice[] =
460 { prop_nameW, CIM_STRING },
461 { prop_productnameW, CIM_STRING }
463 static const struct column col_stdregprov[] =
465 { method_enumkeyW, CIM_FLAG_ARRAY|COL_FLAG_METHOD },
466 { method_enumvaluesW, CIM_FLAG_ARRAY|COL_FLAG_METHOD },
467 { method_getstringvalueW, CIM_FLAG_ARRAY|COL_FLAG_METHOD }
469 static const struct column col_videocontroller[] =
471 { prop_adapterdactypeW, CIM_STRING },
472 { prop_adapterramW, CIM_UINT32, VT_I4 },
473 { prop_currentbitsperpixelW, CIM_UINT32 },
474 { prop_currenthorizontalresW, CIM_UINT32 },
475 { prop_currentverticalresW, CIM_UINT32 },
476 { prop_descriptionW, CIM_STRING|COL_FLAG_DYNAMIC },
477 { prop_deviceidW, CIM_STRING|COL_FLAG_KEY },
478 { prop_nameW, CIM_STRING|COL_FLAG_DYNAMIC },
479 { prop_pnpdeviceidW, CIM_STRING|COL_FLAG_DYNAMIC }
482 static const WCHAR baseboard_manufacturerW[] =
483 {'I','n','t','e','l',' ','C','o','r','p','o','r','a','t','i','o','n',0};
484 static const WCHAR baseboard_serialnumberW[] =
485 {'N','o','n','e',0};
486 static const WCHAR baseboard_tagW[] =
487 {'B','a','s','e',' ','B','o','a','r','d',0};
488 static const WCHAR bios_descriptionW[] =
489 {'D','e','f','a','u','l','t',' ','S','y','s','t','e','m',' ','B','I','O','S',0};
490 static const WCHAR bios_manufacturerW[] =
491 {'T','h','e',' ','W','i','n','e',' ','P','r','o','j','e','c','t',0};
492 static const WCHAR bios_releasedateW[] =
493 {'2','0','1','2','0','6','0','8','0','0','0','0','0','0','.','0','0','0','0','0','0','+','0','0','0',0};
494 static const WCHAR bios_serialnumberW[] =
495 {'0',0};
496 static const WCHAR bios_smbiosbiosversionW[] =
497 {'W','i','n','e',0};
498 static const WCHAR bios_versionW[] =
499 {'W','I','N','E',' ',' ',' ','-',' ','1',0};
500 static const WCHAR cdromdrive_nameW[] =
501 {'W','i','n','e',' ','C','D','-','R','O','M',' ','A','T','A',' ','D','e','v','i','c','e',0};
502 static const WCHAR cdromdrive_pnpdeviceidW[]=
503 {'I','D','E','\\','C','D','R','O','M','W','I','N','E','_','C','D','-','R','O','M',
504 '_','_','_','_','_','_','_','_','_','_','_','_','_','_','_','_','_','_','_','_','_','_',
505 '_','_','_','_','_','_','_','1','.','0','_','_','_','_','_','\\','5','&','3','A','2',
506 'A','5','8','5','4','&','0','&','1','.','0','.','0',0};
507 static const WCHAR compsys_descriptionW[] =
508 {'A','T','/','A','T',' ','C','O','M','P','A','T','I','B','L','E',0};
509 static const WCHAR compsys_domainW[] =
510 {'W','O','R','K','G','R','O','U','P',0};
511 static const WCHAR compsys_manufacturerW[] =
512 {'T','h','e',' ','W','i','n','e',' ','P','r','o','j','e','c','t',0};
513 static const WCHAR compsys_modelW[] =
514 {'W','i','n','e',0};
515 static const WCHAR diskdrive_deviceidW[] =
516 {'\\','\\','\\','\\','.','\\','\\','P','H','Y','S','I','C','A','L','D','R','I','V','E','0',0};
517 static const WCHAR diskdrive_manufacturerW[] =
518 {'(','S','t','a','n','d','a','r','d',' ','d','i','s','k',' ','d','r','i','v','e','s',')',0};
519 static const WCHAR diskdrive_mediatypeW[] =
520 {'F','i','x','e','d',' ','h','a','r','d',' ','d','i','s','k',0};
521 static const WCHAR diskdrive_modelW[] =
522 {'W','i','n','e',' ','D','i','s','k',' ','D','r','i','v','e',0};
523 static const WCHAR diskdrive_serialW[] =
524 {'W','I','N','E','H','D','I','S','K',0};
525 static const WCHAR networkadapter_pnpdeviceidW[]=
526 {'P','C','I','\\','V','E','N','_','8','0','8','6','&','D','E','V','_','1','0','0','E','&',
527 'S','U','B','S','Y','S','_','0','0','1','E','8','0','8','6','&','R','E','V','_','0','2','\\',
528 '3','&','2','6','7','A','6','1','6','A','&','1','&','1','8',0};
529 static const WCHAR os_captionW[] =
530 {'M','i','c','r','o','s','o','f','t',' ','W','i','n','d','o','w','s',' ','X','P',' ',
531 'V','e','r','s','i','o','n',' ','=',' ','5','.','1','.','2','6','0','0',0};
532 static const WCHAR os_csdversionW[] =
533 {'S','e','r','v','i','c','e',' ','P','a','c','k',' ','3',0};
534 static const WCHAR os_32bitW[] =
535 {'3','2','-','b','i','t',0};
536 static const WCHAR os_64bitW[] =
537 {'6','4','-','b','i','t',0};
538 static const WCHAR os_nameW[] =
539 {'M','i','c','r','o','s','o','f','t',' ','W','i','n','d','o','w','s',' ','X','P',' ',
540 'P','r','o','f','e','s','s','i','o','n','a','l','|','C',':','\\','W','I','N','D','O','W','S',
541 '|','\\','D','e','v','i','c','e','\\','H','a','r','d','d','i','s','k','0',
542 '\\','P','a','r','t','i','t','i','o','n','1',0};
543 static const WCHAR os_versionW[] =
544 {'5','.','1','.','2','6','0','0',0};
545 static const WCHAR physicalmedia_tagW[] =
546 {'\\','\\','.','\\','P','H','Y','S','I','C','A','L','D','R','I','V','E','0',0};
547 static const WCHAR sounddevice_productnameW[] =
548 {'W','i','n','e',' ','A','u','d','i','o',' ','D','e','v','i','c','e',0};
549 static const WCHAR videocontroller_dactypeW[] =
550 {'I','n','t','e','g','r','a','t','e','d',' ','R','A','M','D','A','C',0};
551 static const WCHAR videocontroller_deviceidW[] =
552 {'V','i','d','e','o','C','o','n','t','r','o','l','l','e','r','1',0};
554 #include "pshpack1.h"
555 struct record_baseboard
557 const WCHAR *manufacturer;
558 const WCHAR *model;
559 const WCHAR *name;
560 const WCHAR *serialnumber;
561 const WCHAR *tag;
563 struct record_bios
565 const WCHAR *description;
566 const WCHAR *identificationcode;
567 const WCHAR *manufacturer;
568 const WCHAR *releasedate;
569 const WCHAR *serialnumber;
570 const WCHAR *smbiosbiosversion;
571 const WCHAR *version;
573 struct record_cdromdrive
575 const WCHAR *device_id;
576 const WCHAR *drive;
577 const WCHAR *name;
578 const WCHAR *pnpdevice_id;
580 struct record_computersystem
582 const WCHAR *description;
583 const WCHAR *domain;
584 UINT16 domainrole;
585 const WCHAR *manufacturer;
586 const WCHAR *model;
587 const WCHAR *name;
588 UINT32 num_logical_processors;
589 UINT32 num_processors;
590 UINT64 total_physical_memory;
592 struct record_datafile
594 const WCHAR *name;
595 const WCHAR *version;
597 struct record_directory
599 UINT32 accessmask;
600 const WCHAR *name;
602 struct record_diskdrive
604 const WCHAR *device_id;
605 UINT32 index;
606 const WCHAR *manufacturer;
607 const WCHAR *mediatype;
608 const WCHAR *name;
609 const WCHAR *serialnumber;
611 struct record_diskpartition
613 int bootable;
614 int bootpartition;
615 const WCHAR *device_id;
616 UINT32 diskindex;
617 UINT32 index;
618 const WCHAR *pnpdevice_id;
619 UINT64 size;
620 UINT64 startingoffset;
621 const WCHAR *type;
623 struct record_logicaldisk
625 const WCHAR *device_id;
626 UINT32 drivetype;
627 const WCHAR *filesystem;
628 UINT64 freespace;
629 const WCHAR *name;
630 UINT64 size;
631 const WCHAR *volumeserialnumber;
633 struct record_networkadapter
635 const WCHAR *adaptertype;
636 const WCHAR *device_id;
637 UINT32 index;
638 UINT32 interface_index;
639 const WCHAR *mac_address;
640 const WCHAR *manufacturer;
641 const WCHAR *name;
642 UINT16 netconnection_status;
643 int physicaladapter;
644 const WCHAR *pnpdevice_id;
645 UINT64 speed;
647 struct record_networkadapterconfig
649 UINT32 index;
650 UINT32 ipconnectionmetric;
651 int ipenabled;
652 const WCHAR *mac_address;
654 struct record_operatingsystem
656 const WCHAR *caption;
657 const WCHAR *codeset;
658 const WCHAR *countrycode;
659 const WCHAR *csdversion;
660 const WCHAR *lastbootuptime;
661 const WCHAR *localdatetime;
662 const WCHAR *locale;
663 const WCHAR *name;
664 const WCHAR *osarchitecture;
665 UINT32 oslanguage;
666 UINT32 osproductsuite;
667 UINT16 ostype;
668 UINT16 servicepackmajor;
669 UINT16 servicepackminor;
670 UINT32 suitemask;
671 const WCHAR *systemdirectory;
672 const WCHAR *version;
674 struct record_param
676 const WCHAR *class;
677 const WCHAR *method;
678 INT32 direction;
679 const WCHAR *parameter;
680 UINT32 type;
681 UINT32 varianttype;
682 UINT32 defaultvalue;
684 struct record_physicalmedia
686 const WCHAR *serialnumber;
687 const WCHAR *tag;
689 struct record_process
691 const WCHAR *caption;
692 const WCHAR *commandline;
693 const WCHAR *description;
694 const WCHAR *handle;
695 const WCHAR *name;
696 UINT32 pprocess_id;
697 UINT32 process_id;
698 UINT32 thread_count;
699 /* methods */
700 class_method *get_owner;
702 struct record_processor
704 UINT16 addresswidth;
705 UINT16 cpu_status;
706 const WCHAR *device_id;
707 UINT16 family;
708 const WCHAR *manufacturer;
709 UINT32 maxclockspeed;
710 const WCHAR *name;
711 UINT32 num_cores;
712 UINT32 num_logical_processors;
713 const WCHAR *processor_id;
714 const WCHAR *unique_id;
716 struct record_qualifier
718 const WCHAR *class;
719 const WCHAR *member;
720 UINT32 type;
721 INT32 flavor;
722 const WCHAR *name;
723 INT32 intvalue;
724 const WCHAR *strvalue;
726 struct record_service
728 int accept_pause;
729 int accept_stop;
730 const WCHAR *displayname;
731 const WCHAR *name;
732 UINT32 process_id;
733 const WCHAR *servicetype;
734 const WCHAR *startmode;
735 const WCHAR *state;
736 const WCHAR *systemname;
737 /* methods */
738 class_method *pause_service;
739 class_method *resume_service;
740 class_method *start_service;
741 class_method *stop_service;
743 struct record_sounddevice
745 const WCHAR *name;
746 const WCHAR *productname;
748 struct record_stdregprov
750 class_method *enumkey;
751 class_method *enumvalues;
752 class_method *getstringvalue;
754 struct record_videocontroller
756 const WCHAR *adapter_dactype;
757 UINT32 adapter_ram;
758 UINT32 current_bitsperpixel;
759 UINT32 current_horizontalres;
760 UINT32 current_verticalres;
761 const WCHAR *description;
762 const WCHAR *device_id;
763 const WCHAR *name;
764 const WCHAR *pnpdevice_id;
766 #include "poppack.h"
768 static const struct record_baseboard data_baseboard[] =
770 { baseboard_manufacturerW, baseboard_tagW, baseboard_tagW, baseboard_serialnumberW, baseboard_tagW }
772 static const struct record_bios data_bios[] =
774 { bios_descriptionW, bios_descriptionW, bios_manufacturerW, bios_releasedateW, bios_serialnumberW,
775 bios_smbiosbiosversionW, bios_versionW }
777 static const struct record_diskdrive data_diskdrive[] =
779 { diskdrive_deviceidW, 0, diskdrive_manufacturerW, diskdrive_mediatypeW, diskdrive_modelW,
780 diskdrive_serialW }
782 static const struct record_param data_param[] =
784 { class_processW, method_getownerW, -1, param_returnvalueW, CIM_UINT32, VT_I4 },
785 { class_processW, method_getownerW, -1, param_userW, CIM_STRING },
786 { class_processW, method_getownerW, -1, param_domainW, CIM_STRING },
787 { class_serviceW, method_pauseserviceW, -1, param_returnvalueW, CIM_UINT32, VT_I4 },
788 { class_serviceW, method_resumeserviceW, -1, param_returnvalueW, CIM_UINT32, VT_I4 },
789 { class_serviceW, method_startserviceW, -1, param_returnvalueW, CIM_UINT32, VT_I4 },
790 { class_serviceW, method_stopserviceW, -1, param_returnvalueW, CIM_UINT32, VT_I4 },
791 { class_stdregprovW, method_enumkeyW, 1, param_defkeyW, CIM_SINT32, 0, 0x80000002 },
792 { class_stdregprovW, method_enumkeyW, 1, param_subkeynameW, CIM_STRING },
793 { class_stdregprovW, method_enumkeyW, -1, param_returnvalueW, CIM_UINT32, VT_I4 },
794 { class_stdregprovW, method_enumkeyW, -1, param_namesW, CIM_STRING|CIM_FLAG_ARRAY },
795 { class_stdregprovW, method_enumvaluesW, 1, param_defkeyW, CIM_SINT32, 0, 0x80000002 },
796 { class_stdregprovW, method_enumvaluesW, 1, param_subkeynameW, CIM_STRING },
797 { class_stdregprovW, method_enumvaluesW, -1, param_returnvalueW, CIM_UINT32, VT_I4 },
798 { class_stdregprovW, method_enumvaluesW, -1, param_namesW, CIM_STRING|CIM_FLAG_ARRAY },
799 { class_stdregprovW, method_enumvaluesW, -1, param_typesW, CIM_SINT32|CIM_FLAG_ARRAY },
800 { class_stdregprovW, method_getstringvalueW, 1, param_defkeyW, CIM_SINT32, 0, 0x80000002 },
801 { class_stdregprovW, method_getstringvalueW, 1, param_subkeynameW, CIM_STRING },
802 { class_stdregprovW, method_getstringvalueW, 1, param_valuenameW, CIM_STRING },
803 { class_stdregprovW, method_getstringvalueW, -1, param_returnvalueW, CIM_UINT32, VT_I4 },
804 { class_stdregprovW, method_getstringvalueW, -1, param_valueW, CIM_STRING }
807 #define FLAVOR_ID (WBEM_FLAVOR_FLAG_PROPAGATE_TO_INSTANCE | WBEM_FLAVOR_NOT_OVERRIDABLE |\
808 WBEM_FLAVOR_ORIGIN_PROPAGATED)
810 static const struct record_physicalmedia data_physicalmedia[] =
812 { diskdrive_serialW, physicalmedia_tagW }
814 static const struct record_qualifier data_qualifier[] =
816 { class_process_getowner_outW, param_userW, CIM_SINT32, FLAVOR_ID, prop_idW, 0 },
817 { class_process_getowner_outW, param_domainW, CIM_SINT32, FLAVOR_ID, prop_idW, 1 }
819 static const struct record_sounddevice data_sounddevice[] =
821 { sounddevice_productnameW, sounddevice_productnameW }
823 static const struct record_stdregprov data_stdregprov[] =
825 { reg_enum_key, reg_enum_values, reg_get_stringvalue }
828 /* check if row matches condition and update status */
829 static BOOL match_row( const struct table *table, UINT row, const struct expr *cond, enum fill_status *status )
831 LONGLONG val;
832 UINT type;
834 if (!cond)
836 *status = FILL_STATUS_UNFILTERED;
837 return TRUE;
839 if (eval_cond( table, row, cond, &val, &type ) != S_OK)
841 *status = FILL_STATUS_FAILED;
842 return FALSE;
844 *status = FILL_STATUS_FILTERED;
845 return val != 0;
848 static BOOL resize_table( struct table *table, UINT row_count, UINT row_size )
850 if (!table->num_rows_allocated)
852 if (!(table->data = heap_alloc( row_count * row_size ))) return FALSE;
853 table->num_rows_allocated = row_count;
854 return TRUE;
856 if (row_count >= table->num_rows_allocated)
858 BYTE *data;
859 UINT count = table->num_rows_allocated * 2;
860 if (!(data = heap_realloc( table->data, count * row_size ))) return FALSE;
861 table->data = data;
862 table->num_rows_allocated = count;
864 return TRUE;
867 static enum fill_status fill_cdromdrive( struct table *table, const struct expr *cond )
869 static const WCHAR fmtW[] = {'%','c',':',0};
870 WCHAR drive[3], root[] = {'A',':','\\',0};
871 struct record_cdromdrive *rec;
872 UINT i, row = 0, offset = 0;
873 DWORD drives = GetLogicalDrives();
874 enum fill_status status = FILL_STATUS_UNFILTERED;
876 if (!resize_table( table, 1, sizeof(*rec) )) return FILL_STATUS_FAILED;
878 for (i = 0; i < sizeof(drives); i++)
880 if (drives & (1 << i))
882 root[0] = 'A' + i;
883 if (GetDriveTypeW( root ) != DRIVE_CDROM)
884 continue;
886 if (!resize_table( table, row + 1, sizeof(*rec) )) return FILL_STATUS_FAILED;
888 rec = (struct record_cdromdrive *)(table->data + offset);
889 rec->device_id = cdromdrive_pnpdeviceidW;
890 sprintfW( drive, fmtW, 'A' + i );
891 rec->drive = heap_strdupW( drive );
892 rec->name = cdromdrive_nameW;
893 rec->pnpdevice_id = cdromdrive_pnpdeviceidW;
894 if (!match_row( table, row, cond, &status ))
896 free_row_values( table, row );
897 continue;
899 offset += sizeof(*rec);
900 row++;
903 TRACE("created %u rows\n", row);
904 table->num_rows = row;
905 return status;
908 static UINT get_processor_count(void)
910 SYSTEM_BASIC_INFORMATION info;
912 if (NtQuerySystemInformation( SystemBasicInformation, &info, sizeof(info), NULL )) return 1;
913 return info.NumberOfProcessors;
916 static UINT get_logical_processor_count( UINT *num_cores )
918 SYSTEM_LOGICAL_PROCESSOR_INFORMATION *info;
919 UINT i, j, count = 0;
920 NTSTATUS status;
921 ULONG len;
923 if (num_cores) *num_cores = get_processor_count();
924 status = NtQuerySystemInformation( SystemLogicalProcessorInformation, NULL, 0, &len );
925 if (status != STATUS_INFO_LENGTH_MISMATCH) return get_processor_count();
927 if (!(info = heap_alloc( len ))) return get_processor_count();
928 status = NtQuerySystemInformation( SystemLogicalProcessorInformation, info, len, &len );
929 if (status != STATUS_SUCCESS)
931 heap_free( info );
932 return get_processor_count();
934 if (num_cores) *num_cores = 0;
935 for (i = 0; i < len / sizeof(*info); i++)
937 if (info[i].Relationship == RelationProcessorCore)
939 for (j = 0; j < sizeof(ULONG_PTR); j++) if (info[i].ProcessorMask & (1 << j)) count++;
941 else if (info[i].Relationship == RelationProcessorPackage && num_cores)
943 for (j = 0; j < sizeof(ULONG_PTR); j++) if (info[i].ProcessorMask & (1 << j)) (*num_cores)++;
946 heap_free( info );
947 return count;
950 static UINT64 get_total_physical_memory(void)
952 MEMORYSTATUSEX status;
954 status.dwLength = sizeof(status);
955 if (!GlobalMemoryStatusEx( &status )) return 1024 * 1024 * 1024;
956 return status.ullTotalPhys;
959 static WCHAR *get_computername(void)
961 WCHAR *ret;
962 DWORD size = MAX_COMPUTERNAME_LENGTH;
964 if (!(ret = heap_alloc( size * sizeof(WCHAR) ))) return NULL;
965 GetComputerNameW( ret, &size );
966 return ret;
969 static enum fill_status fill_compsys( struct table *table, const struct expr *cond )
971 struct record_computersystem *rec;
972 enum fill_status status = FILL_STATUS_UNFILTERED;
973 UINT row = 0;
975 if (!resize_table( table, 1, sizeof(*rec) )) return FILL_STATUS_FAILED;
977 rec = (struct record_computersystem *)table->data;
978 rec->description = compsys_descriptionW;
979 rec->domain = compsys_domainW;
980 rec->domainrole = 0; /* standalone workstation */
981 rec->manufacturer = compsys_manufacturerW;
982 rec->model = compsys_modelW;
983 rec->name = get_computername();
984 rec->num_logical_processors = get_logical_processor_count( NULL );
985 rec->num_processors = get_processor_count();
986 rec->total_physical_memory = get_total_physical_memory();
987 if (!match_row( table, row, cond, &status )) free_row_values( table, row );
988 else row++;
990 TRACE("created %u rows\n", row);
991 table->num_rows = row;
992 return status;
995 struct dirstack
997 WCHAR **dirs;
998 UINT *len_dirs;
999 UINT num_dirs;
1000 UINT num_allocated;
1003 static struct dirstack *alloc_dirstack( UINT size )
1005 struct dirstack *dirstack;
1007 if (!(dirstack = heap_alloc( sizeof(*dirstack) ))) return NULL;
1008 if (!(dirstack->dirs = heap_alloc( sizeof(WCHAR *) * size )))
1010 heap_free( dirstack );
1011 return NULL;
1013 if (!(dirstack->len_dirs = heap_alloc( sizeof(UINT) * size )))
1015 heap_free( dirstack->dirs );
1016 heap_free( dirstack );
1017 return NULL;
1019 dirstack->num_dirs = 0;
1020 dirstack->num_allocated = size;
1021 return dirstack;
1024 static void clear_dirstack( struct dirstack *dirstack )
1026 UINT i;
1027 for (i = 0; i < dirstack->num_dirs; i++) heap_free( dirstack->dirs[i] );
1028 dirstack->num_dirs = 0;
1031 static void free_dirstack( struct dirstack *dirstack )
1033 clear_dirstack( dirstack );
1034 heap_free( dirstack->dirs );
1035 heap_free( dirstack->len_dirs );
1036 heap_free( dirstack );
1039 static BOOL push_dir( struct dirstack *dirstack, WCHAR *dir, UINT len )
1041 UINT size, i = dirstack->num_dirs;
1043 if (!dir) return FALSE;
1045 if (i == dirstack->num_allocated)
1047 WCHAR **tmp;
1048 UINT *len_tmp;
1050 size = dirstack->num_allocated * 2;
1051 if (!(tmp = heap_realloc( dirstack->dirs, size * sizeof(WCHAR *) ))) return FALSE;
1052 dirstack->dirs = tmp;
1053 if (!(len_tmp = heap_realloc( dirstack->len_dirs, size * sizeof(UINT) ))) return FALSE;
1054 dirstack->len_dirs = len_tmp;
1055 dirstack->num_allocated = size;
1057 dirstack->dirs[i] = dir;
1058 dirstack->len_dirs[i] = len;
1059 dirstack->num_dirs++;
1060 return TRUE;
1063 static WCHAR *pop_dir( struct dirstack *dirstack, UINT *len )
1065 if (!dirstack->num_dirs)
1067 *len = 0;
1068 return NULL;
1070 dirstack->num_dirs--;
1071 *len = dirstack->len_dirs[dirstack->num_dirs];
1072 return dirstack->dirs[dirstack->num_dirs];
1075 static const WCHAR *peek_dir( struct dirstack *dirstack )
1077 if (!dirstack->num_dirs) return NULL;
1078 return dirstack->dirs[dirstack->num_dirs - 1];
1081 static WCHAR *build_glob( WCHAR drive, const WCHAR *path, UINT len )
1083 UINT i = 0;
1084 WCHAR *ret;
1086 if (!(ret = heap_alloc( (len + 6) * sizeof(WCHAR) ))) return NULL;
1087 ret[i++] = drive;
1088 ret[i++] = ':';
1089 ret[i++] = '\\';
1090 if (path && len)
1092 memcpy( ret + i, path, len * sizeof(WCHAR) );
1093 i += len;
1094 ret[i++] = '\\';
1096 ret[i++] = '*';
1097 ret[i] = 0;
1098 return ret;
1101 static WCHAR *build_name( WCHAR drive, const WCHAR *path )
1103 UINT i = 0, len = 0;
1104 const WCHAR *p;
1105 WCHAR *ret;
1107 for (p = path; *p; p++)
1109 if (*p == '\\') len += 2;
1110 else len++;
1112 if (!(ret = heap_alloc( (len + 5) * sizeof(WCHAR) ))) return NULL;
1113 ret[i++] = drive;
1114 ret[i++] = ':';
1115 ret[i++] = '\\';
1116 ret[i++] = '\\';
1117 for (p = path; *p; p++)
1119 if (*p != '\\') ret[i++] = *p;
1120 else
1122 ret[i++] = '\\';
1123 ret[i++] = '\\';
1126 ret[i] = 0;
1127 return ret;
1130 static WCHAR *build_dirname( const WCHAR *path, UINT *ret_len )
1132 const WCHAR *p = path, *start;
1133 UINT len, i;
1134 WCHAR *ret;
1136 if (!isalphaW( p[0] ) || p[1] != ':' || p[2] != '\\' || p[3] != '\\' || !p[4]) return NULL;
1137 start = path + 4;
1138 len = strlenW( start );
1139 p = start + len - 1;
1140 if (*p == '\\') return NULL;
1142 while (p >= start && *p != '\\') { len--; p--; };
1143 while (p >= start && *p == '\\') { len--; p--; };
1145 if (!(ret = heap_alloc( (len + 1) * sizeof(WCHAR) ))) return NULL;
1146 for (i = 0, p = start; p < start + len; p++)
1148 if (p[0] == '\\' && p[1] == '\\')
1150 ret[i++] = '\\';
1151 p++;
1153 else ret[i++] = *p;
1155 ret[i] = 0;
1156 *ret_len = i;
1157 return ret;
1160 static BOOL seen_dir( struct dirstack *dirstack, const WCHAR *path )
1162 UINT i;
1163 for (i = 0; i < dirstack->num_dirs; i++) if (!strcmpW( dirstack->dirs[i], path )) return TRUE;
1164 return FALSE;
1167 /* optimize queries of the form WHERE Name='...' [OR Name='...']* */
1168 static UINT seed_dirs( struct dirstack *dirstack, const struct expr *cond, WCHAR root, UINT *count )
1170 const struct expr *left, *right;
1172 if (!cond || cond->type != EXPR_COMPLEX) return *count = 0;
1174 left = cond->u.expr.left;
1175 right = cond->u.expr.right;
1176 if (cond->u.expr.op == OP_EQ)
1178 UINT len;
1179 WCHAR *path;
1180 const WCHAR *str = NULL;
1182 if (left->type == EXPR_PROPVAL && right->type == EXPR_SVAL &&
1183 !strcmpW( left->u.propval->name, prop_nameW ) &&
1184 toupperW( right->u.sval[0] ) == toupperW( root ))
1186 str = right->u.sval;
1188 else if (left->type == EXPR_SVAL && right->type == EXPR_PROPVAL &&
1189 !strcmpW( right->u.propval->name, prop_nameW ) &&
1190 toupperW( left->u.sval[0] ) == toupperW( root ))
1192 str = left->u.sval;
1194 if (str && (path = build_dirname( str, &len )))
1196 if (seen_dir( dirstack, path ))
1198 heap_free( path );
1199 return ++*count;
1201 else if (push_dir( dirstack, path, len )) return ++*count;
1202 heap_free( path );
1203 return *count = 0;
1206 else if (cond->u.expr.op == OP_OR)
1208 UINT left_count = 0, right_count = 0;
1210 if (!(seed_dirs( dirstack, left, root, &left_count ))) return *count = 0;
1211 if (!(seed_dirs( dirstack, right, root, &right_count ))) return *count = 0;
1212 return *count += left_count + right_count;
1214 return *count = 0;
1217 static WCHAR *append_path( const WCHAR *path, const WCHAR *segment, UINT *len )
1219 UINT len_path = 0, len_segment = strlenW( segment );
1220 WCHAR *ret;
1222 *len = 0;
1223 if (path) len_path = strlenW( path );
1224 if (!(ret = heap_alloc( (len_path + len_segment + 2) * sizeof(WCHAR) ))) return NULL;
1225 if (path && len_path)
1227 memcpy( ret, path, len_path * sizeof(WCHAR) );
1228 ret[len_path] = '\\';
1229 *len += len_path + 1;
1231 memcpy( ret + *len, segment, len_segment * sizeof(WCHAR) );
1232 *len += len_segment;
1233 ret[*len] = 0;
1234 return ret;
1237 static WCHAR *get_file_version( const WCHAR *filename )
1239 static const WCHAR slashW[] = {'\\',0}, fmtW[] = {'%','u','.','%','u','.','%','u','.','%','u',0};
1240 VS_FIXEDFILEINFO *info;
1241 DWORD size;
1242 void *block;
1243 WCHAR *ret;
1245 if (!(ret = heap_alloc( (4 * 5 + sizeof(fmtW) / sizeof(fmtW[0])) * sizeof(WCHAR) ))) return NULL;
1246 if (!(size = GetFileVersionInfoSizeW( filename, NULL )) || !(block = heap_alloc( size )))
1248 heap_free( ret );
1249 return NULL;
1251 if (!GetFileVersionInfoW( filename, 0, size, block ) ||
1252 !VerQueryValueW( block, slashW, (void **)&info, &size ))
1254 heap_free( block );
1255 heap_free( ret );
1256 return NULL;
1258 sprintfW( ret, fmtW, info->dwFileVersionMS >> 16, info->dwFileVersionMS & 0xffff,
1259 info->dwFileVersionLS >> 16, info->dwFileVersionLS & 0xffff );
1260 heap_free( block );
1261 return ret;
1264 static enum fill_status fill_datafile( struct table *table, const struct expr *cond )
1266 static const WCHAR dotW[] = {'.',0}, dotdotW[] = {'.','.',0};
1267 struct record_datafile *rec;
1268 UINT i, len, row = 0, offset = 0, num_expected_rows;
1269 WCHAR *glob = NULL, *path = NULL, *new_path, root[] = {'A',':','\\',0};
1270 DWORD drives = GetLogicalDrives();
1271 WIN32_FIND_DATAW data;
1272 HANDLE handle;
1273 struct dirstack *dirstack = alloc_dirstack(2);
1274 enum fill_status status = FILL_STATUS_UNFILTERED;
1276 if (!resize_table( table, 8, sizeof(*rec) )) return FILL_STATUS_FAILED;
1278 for (i = 0; i < sizeof(drives); i++)
1280 if (!(drives & (1 << i))) continue;
1282 root[0] = 'A' + i;
1283 if (GetDriveTypeW( root ) != DRIVE_FIXED) continue;
1285 num_expected_rows = 0;
1286 if (!seed_dirs( dirstack, cond, root[0], &num_expected_rows )) clear_dirstack( dirstack );
1288 for (;;)
1290 path = pop_dir( dirstack, &len );
1291 if (!(glob = build_glob( root[0], path, len )))
1293 status = FILL_STATUS_FAILED;
1294 goto done;
1296 if ((handle = FindFirstFileW( glob, &data )) != INVALID_HANDLE_VALUE)
1300 if (!resize_table( table, row + 1, sizeof(*rec) ))
1302 status = FILL_STATUS_FAILED;
1303 goto done;
1305 if (!strcmpW( data.cFileName, dotW ) || !strcmpW( data.cFileName, dotdotW )) continue;
1306 new_path = append_path( path, data.cFileName, &len );
1308 if (data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
1310 if (push_dir( dirstack, new_path, len )) continue;
1311 heap_free( new_path );
1312 status = FILL_STATUS_FAILED;
1313 goto done;
1315 rec = (struct record_datafile *)(table->data + offset);
1316 rec->name = build_name( root[0], new_path );
1317 rec->version = get_file_version( rec->name );
1318 if (!match_row( table, row, cond, &status ))
1320 free_row_values( table, row );
1321 continue;
1323 else if (num_expected_rows && row == num_expected_rows - 1)
1325 row++;
1326 FindClose( handle );
1327 status = FILL_STATUS_FILTERED;
1328 goto done;
1330 offset += sizeof(*rec);
1331 row++;
1333 while (FindNextFileW( handle, &data ));
1334 FindClose( handle );
1336 if (!peek_dir( dirstack )) break;
1337 heap_free( glob );
1338 heap_free( path );
1342 done:
1343 free_dirstack( dirstack );
1344 heap_free( glob );
1345 heap_free( path );
1347 TRACE("created %u rows\n", row);
1348 table->num_rows = row;
1349 return status;
1352 static enum fill_status fill_directory( struct table *table, const struct expr *cond )
1354 static const WCHAR dotW[] = {'.',0}, dotdotW[] = {'.','.',0};
1355 struct record_directory *rec;
1356 UINT i, len, row = 0, offset = 0, num_expected_rows;
1357 WCHAR *glob = NULL, *path = NULL, *new_path, root[] = {'A',':','\\',0};
1358 DWORD drives = GetLogicalDrives();
1359 WIN32_FIND_DATAW data;
1360 HANDLE handle;
1361 struct dirstack *dirstack;
1362 enum fill_status status = FILL_STATUS_UNFILTERED;
1364 if (!resize_table( table, 4, sizeof(*rec) )) return FILL_STATUS_FAILED;
1366 dirstack = alloc_dirstack(2);
1368 for (i = 0; i < sizeof(drives); i++)
1370 if (!(drives & (1 << i))) continue;
1372 root[0] = 'A' + i;
1373 if (GetDriveTypeW( root ) != DRIVE_FIXED) continue;
1375 num_expected_rows = 0;
1376 if (!seed_dirs( dirstack, cond, root[0], &num_expected_rows )) clear_dirstack( dirstack );
1378 for (;;)
1380 path = pop_dir( dirstack, &len );
1381 if (!(glob = build_glob( root[0], path, len )))
1383 status = FILL_STATUS_FAILED;
1384 goto done;
1386 if ((handle = FindFirstFileW( glob, &data )) != INVALID_HANDLE_VALUE)
1390 if (!resize_table( table, row + 1, sizeof(*rec) ))
1392 FindClose( handle );
1393 status = FILL_STATUS_FAILED;
1394 goto done;
1396 if (!(data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ||
1397 !strcmpW( data.cFileName, dotW ) || !strcmpW( data.cFileName, dotdotW ))
1398 continue;
1400 new_path = append_path( path, data.cFileName, &len );
1401 if (!(push_dir( dirstack, new_path, len )))
1403 heap_free( new_path );
1404 FindClose( handle );
1405 status = FILL_STATUS_FAILED;
1406 goto done;
1408 rec = (struct record_directory *)(table->data + offset);
1409 rec->accessmask = FILE_ALL_ACCESS;
1410 rec->name = build_name( root[0], new_path );
1411 if (!match_row( table, row, cond, &status ))
1413 free_row_values( table, row );
1414 continue;
1416 else if (num_expected_rows && row == num_expected_rows - 1)
1418 row++;
1419 FindClose( handle );
1420 status = FILL_STATUS_FILTERED;
1421 goto done;
1423 offset += sizeof(*rec);
1424 row++;
1426 while (FindNextFileW( handle, &data ));
1427 FindClose( handle );
1429 if (!peek_dir( dirstack )) break;
1430 heap_free( glob );
1431 heap_free( path );
1435 done:
1436 free_dirstack( dirstack );
1437 heap_free( glob );
1438 heap_free( path );
1440 TRACE("created %u rows\n", row);
1441 table->num_rows = row;
1442 return status;
1445 static WCHAR *get_filesystem( const WCHAR *root )
1447 static const WCHAR ntfsW[] = {'N','T','F','S',0};
1448 WCHAR buffer[MAX_PATH + 1];
1450 if (GetVolumeInformationW( root, NULL, 0, NULL, NULL, NULL, buffer, MAX_PATH + 1 ))
1451 return heap_strdupW( buffer );
1452 return heap_strdupW( ntfsW );
1455 static UINT64 get_freespace( const WCHAR *dir, UINT64 *disksize )
1457 WCHAR root[] = {'\\','\\','.','\\','A',':',0};
1458 ULARGE_INTEGER free;
1459 DISK_GEOMETRY_EX info;
1460 HANDLE handle;
1462 free.QuadPart = 512 * 1024 * 1024;
1463 GetDiskFreeSpaceExW( dir, NULL, NULL, &free );
1465 root[4] = dir[0];
1466 handle = CreateFileW( root, GENERIC_READ, FILE_SHARE_READ|FILE_SHARE_WRITE, NULL, OPEN_EXISTING, 0, 0 );
1467 if (handle != INVALID_HANDLE_VALUE)
1469 if (DeviceIoControl( handle, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, NULL, 0, &info, sizeof(info), NULL, NULL ))
1470 *disksize = info.DiskSize.QuadPart;
1471 CloseHandle( handle );
1473 return free.QuadPart;
1476 static enum fill_status fill_diskpartition( struct table *table, const struct expr *cond )
1478 static const WCHAR fmtW[] =
1479 {'D','i','s','k',' ','#','%','u',',',' ','P','a','r','t','i','t','i','o','n',' ','#','0',0};
1480 WCHAR device_id[32], root[] = {'A',':','\\',0};
1481 struct record_diskpartition *rec;
1482 UINT i, row = 0, offset = 0, type, index = 0;
1483 UINT64 size = 1024 * 1024 * 1024;
1484 DWORD drives = GetLogicalDrives();
1485 enum fill_status status = FILL_STATUS_UNFILTERED;
1487 if (!resize_table( table, 4, sizeof(*rec) )) return FILL_STATUS_FAILED;
1489 for (i = 0; i < sizeof(drives); i++)
1491 if (drives & (1 << i))
1493 root[0] = 'A' + i;
1494 type = GetDriveTypeW( root );
1495 if (type != DRIVE_FIXED && type != DRIVE_REMOVABLE)
1496 continue;
1498 if (!resize_table( table, row + 1, sizeof(*rec) )) return FILL_STATUS_FAILED;
1500 rec = (struct record_diskpartition *)(table->data + offset);
1501 rec->bootable = (i == 2) ? -1 : 0;
1502 rec->bootpartition = (i == 2) ? -1 : 0;
1503 sprintfW( device_id, fmtW, index );
1504 rec->device_id = heap_strdupW( device_id );
1505 rec->diskindex = index;
1506 rec->index = 0;
1507 rec->pnpdevice_id = heap_strdupW( device_id );
1508 get_freespace( root, &size );
1509 rec->size = size;
1510 rec->startingoffset = 0;
1511 rec->type = get_filesystem( root );
1512 if (!match_row( table, row, cond, &status ))
1514 free_row_values( table, row );
1515 continue;
1517 offset += sizeof(*rec);
1518 row++;
1519 index++;
1522 TRACE("created %u rows\n", row);
1523 table->num_rows = row;
1524 return status;
1527 static WCHAR *get_volumeserialnumber( const WCHAR *root )
1529 static const WCHAR fmtW[] = {'%','0','8','X',0};
1530 DWORD serial = 0;
1531 WCHAR buffer[9];
1533 GetVolumeInformationW( root, NULL, 0, &serial, NULL, NULL, NULL, 0 );
1534 sprintfW( buffer, fmtW, serial );
1535 return heap_strdupW( buffer );
1538 static enum fill_status fill_logicaldisk( struct table *table, const struct expr *cond )
1540 static const WCHAR fmtW[] = {'%','c',':',0};
1541 WCHAR device_id[3], root[] = {'A',':','\\',0};
1542 struct record_logicaldisk *rec;
1543 UINT i, row = 0, offset = 0, type;
1544 UINT64 size = 1024 * 1024 * 1024;
1545 DWORD drives = GetLogicalDrives();
1546 enum fill_status status = FILL_STATUS_UNFILTERED;
1548 if (!resize_table( table, 4, sizeof(*rec) )) return FILL_STATUS_FAILED;
1550 for (i = 0; i < sizeof(drives); i++)
1552 if (drives & (1 << i))
1554 root[0] = 'A' + i;
1555 type = GetDriveTypeW( root );
1556 if (type != DRIVE_FIXED && type != DRIVE_CDROM && type != DRIVE_REMOVABLE)
1557 continue;
1559 if (!resize_table( table, row + 1, sizeof(*rec) )) return FILL_STATUS_FAILED;
1561 rec = (struct record_logicaldisk *)(table->data + offset);
1562 sprintfW( device_id, fmtW, 'A' + i );
1563 rec->device_id = heap_strdupW( device_id );
1564 rec->drivetype = type;
1565 rec->filesystem = get_filesystem( root );
1566 rec->freespace = get_freespace( root, &size );
1567 rec->name = heap_strdupW( device_id );
1568 rec->size = size;
1569 rec->volumeserialnumber = get_volumeserialnumber( root );
1570 if (!match_row( table, row, cond, &status ))
1572 free_row_values( table, row );
1573 continue;
1575 offset += sizeof(*rec);
1576 row++;
1579 TRACE("created %u rows\n", row);
1580 table->num_rows = row;
1581 return status;
1584 static UINT16 get_connection_status( IF_OPER_STATUS status )
1586 switch (status)
1588 case IfOperStatusDown:
1589 return 0; /* Disconnected */
1590 case IfOperStatusUp:
1591 return 2; /* Connected */
1592 default:
1593 ERR("unhandled status %u\n", status);
1594 break;
1596 return 0;
1598 static WCHAR *get_mac_address( const BYTE *addr, DWORD len )
1600 static const WCHAR fmtW[] =
1601 {'%','0','2','x',':','%','0','2','x',':','%','0','2','x',':',
1602 '%','0','2','x',':','%','0','2','x',':','%','0','2','x',0};
1603 WCHAR *ret;
1605 if (len != 6 || !(ret = heap_alloc( 18 * sizeof(WCHAR) ))) return NULL;
1606 sprintfW( ret, fmtW, addr[0], addr[1], addr[2], addr[3], addr[4], addr[5] );
1607 return ret;
1609 static const WCHAR *get_adaptertype( DWORD type, int *physical )
1611 static const WCHAR ethernetW[] = {'E','t','h','e','r','n','e','t',' ','8','0','2','.','3',0};
1612 static const WCHAR wirelessW[] = {'W','i','r','e','l','e','s','s',0};
1613 static const WCHAR firewireW[] = {'1','3','9','4',0};
1614 static const WCHAR tunnelW[] = {'T','u','n','n','e','l',0};
1616 switch (type)
1618 case IF_TYPE_ETHERNET_CSMACD: *physical = -1; return ethernetW;
1619 case IF_TYPE_IEEE80211: *physical = -1; return wirelessW;
1620 case IF_TYPE_IEEE1394: *physical = -1; return firewireW;
1621 case IF_TYPE_TUNNEL: *physical = 0; return tunnelW;
1622 default: *physical = 0; return NULL;
1626 static enum fill_status fill_networkadapter( struct table *table, const struct expr *cond )
1628 static const WCHAR fmtW[] = {'%','u',0};
1629 WCHAR device_id[11];
1630 struct record_networkadapter *rec;
1631 IP_ADAPTER_ADDRESSES *aa, *buffer;
1632 UINT row = 0, offset = 0, count = 0;
1633 DWORD size = 0, ret;
1634 int physical;
1635 enum fill_status status = FILL_STATUS_UNFILTERED;
1637 ret = GetAdaptersAddresses( AF_UNSPEC, 0, NULL, NULL, &size );
1638 if (ret != ERROR_BUFFER_OVERFLOW) return FILL_STATUS_FAILED;
1640 if (!(buffer = heap_alloc( size ))) return FILL_STATUS_FAILED;
1641 if (GetAdaptersAddresses( AF_UNSPEC, 0, NULL, buffer, &size ))
1643 heap_free( buffer );
1644 return FILL_STATUS_FAILED;
1646 for (aa = buffer; aa; aa = aa->Next)
1648 if (aa->IfType != IF_TYPE_SOFTWARE_LOOPBACK) count++;
1650 if (!resize_table( table, count, sizeof(*rec) ))
1652 heap_free( buffer );
1653 return FILL_STATUS_FAILED;
1655 for (aa = buffer; aa; aa = aa->Next)
1657 if (aa->IfType == IF_TYPE_SOFTWARE_LOOPBACK) continue;
1659 rec = (struct record_networkadapter *)(table->data + offset);
1660 sprintfW( device_id, fmtW, aa->u.s.IfIndex );
1661 rec->adaptertype = get_adaptertype( aa->IfType, &physical );
1662 rec->device_id = heap_strdupW( device_id );
1663 rec->index = aa->u.s.IfIndex;
1664 rec->interface_index = aa->u.s.IfIndex;
1665 rec->mac_address = get_mac_address( aa->PhysicalAddress, aa->PhysicalAddressLength );
1666 rec->manufacturer = compsys_manufacturerW;
1667 rec->name = heap_strdupW( aa->FriendlyName );
1668 rec->netconnection_status = get_connection_status( aa->OperStatus );
1669 rec->physicaladapter = physical;
1670 rec->pnpdevice_id = networkadapter_pnpdeviceidW;
1671 rec->speed = 1000000;
1672 if (!match_row( table, row, cond, &status ))
1674 free_row_values( table, row );
1675 continue;
1677 offset += sizeof(*rec);
1678 row++;
1680 TRACE("created %u rows\n", row);
1681 table->num_rows = row;
1683 heap_free( buffer );
1684 return status;
1687 static enum fill_status fill_networkadapterconfig( struct table *table, const struct expr *cond )
1689 struct record_networkadapterconfig *rec;
1690 IP_ADAPTER_ADDRESSES *aa, *buffer;
1691 UINT row = 0, offset = 0, count = 0;
1692 DWORD size = 0, ret;
1693 enum fill_status status = FILL_STATUS_UNFILTERED;
1695 ret = GetAdaptersAddresses( AF_UNSPEC, 0, NULL, NULL, &size );
1696 if (ret != ERROR_BUFFER_OVERFLOW) return FILL_STATUS_FAILED;
1698 if (!(buffer = heap_alloc( size ))) return FILL_STATUS_FAILED;
1699 if (GetAdaptersAddresses( AF_UNSPEC, 0, NULL, buffer, &size ))
1701 heap_free( buffer );
1702 return FILL_STATUS_FAILED;
1704 for (aa = buffer; aa; aa = aa->Next)
1706 if (aa->IfType != IF_TYPE_SOFTWARE_LOOPBACK) count++;
1708 if (!resize_table( table, count, sizeof(*rec) ))
1710 heap_free( buffer );
1711 return FILL_STATUS_FAILED;
1713 for (aa = buffer; aa; aa = aa->Next)
1715 if (aa->IfType == IF_TYPE_SOFTWARE_LOOPBACK) continue;
1717 rec = (struct record_networkadapterconfig *)(table->data + offset);
1718 rec->index = aa->u.s.IfIndex;
1719 rec->ipconnectionmetric = 20;
1720 rec->ipenabled = -1;
1721 rec->mac_address = get_mac_address( aa->PhysicalAddress, aa->PhysicalAddressLength );
1722 if (!match_row( table, row, cond, &status ))
1724 free_row_values( table, row );
1725 continue;
1727 offset += sizeof(*rec);
1728 row++;
1730 TRACE("created %u rows\n", row);
1731 table->num_rows = row;
1733 heap_free( buffer );
1734 return status;
1737 static WCHAR *get_cmdline( DWORD process_id )
1739 if (process_id == GetCurrentProcessId()) return heap_strdupW( GetCommandLineW() );
1740 return NULL; /* FIXME handle different process case */
1743 static enum fill_status fill_process( struct table *table, const struct expr *cond )
1745 static const WCHAR fmtW[] = {'%','u',0};
1746 WCHAR handle[11];
1747 struct record_process *rec;
1748 PROCESSENTRY32W entry;
1749 HANDLE snap;
1750 enum fill_status status = FILL_STATUS_FAILED;
1751 UINT row = 0, offset = 0;
1753 snap = CreateToolhelp32Snapshot( TH32CS_SNAPPROCESS, 0 );
1754 if (snap == INVALID_HANDLE_VALUE) return FILL_STATUS_FAILED;
1756 entry.dwSize = sizeof(entry);
1757 if (!Process32FirstW( snap, &entry )) goto done;
1758 if (!resize_table( table, 8, sizeof(*rec) )) goto done;
1762 if (!resize_table( table, row + 1, sizeof(*rec) )) goto done;
1764 rec = (struct record_process *)(table->data + offset);
1765 rec->caption = heap_strdupW( entry.szExeFile );
1766 rec->commandline = get_cmdline( entry.th32ProcessID );
1767 rec->description = heap_strdupW( entry.szExeFile );
1768 sprintfW( handle, fmtW, entry.th32ProcessID );
1769 rec->handle = heap_strdupW( handle );
1770 rec->name = heap_strdupW( entry.szExeFile );
1771 rec->process_id = entry.th32ProcessID;
1772 rec->pprocess_id = entry.th32ParentProcessID;
1773 rec->thread_count = entry.cntThreads;
1774 rec->get_owner = process_get_owner;
1775 if (!match_row( table, row, cond, &status ))
1777 free_row_values( table, row );
1778 continue;
1780 offset += sizeof(*rec);
1781 row++;
1782 } while (Process32NextW( snap, &entry ));
1784 TRACE("created %u rows\n", row);
1785 table->num_rows = row;
1786 status = FILL_STATUS_UNFILTERED;
1788 done:
1789 CloseHandle( snap );
1790 return status;
1793 static inline void do_cpuid( unsigned int ax, unsigned int *p )
1795 #ifdef __i386__
1796 __asm__("pushl %%ebx\n\t"
1797 "cpuid\n\t"
1798 "movl %%ebx, %%esi\n\t"
1799 "popl %%ebx"
1800 : "=a" (p[0]), "=S" (p[1]), "=c" (p[2]), "=d" (p[3])
1801 : "0" (ax));
1802 #endif
1805 static void get_processor_id( WCHAR *processor_id )
1807 static const WCHAR fmtW[] = {'%','0','8','X','%','0','8','X',0};
1808 unsigned int regs[4] = {0, 0, 0, 0};
1810 do_cpuid( 1, regs );
1811 sprintfW( processor_id, fmtW, regs[3], regs[0] );
1813 static void regs_to_str( unsigned int *regs, unsigned int len, WCHAR *buffer )
1815 unsigned int i;
1816 unsigned char *p = (unsigned char *)regs;
1818 for (i = 0; i < len; i++) { buffer[i] = *p++; }
1819 buffer[i] = 0;
1821 static void get_processor_manufacturer( WCHAR *manufacturer )
1823 unsigned int tmp, regs[4] = {0, 0, 0, 0};
1825 do_cpuid( 0, regs );
1826 tmp = regs[2]; /* swap edx and ecx */
1827 regs[2] = regs[3];
1828 regs[3] = tmp;
1830 regs_to_str( regs + 1, 12, manufacturer );
1832 static void get_processor_name( WCHAR *name )
1834 unsigned int regs[4] = {0, 0, 0, 0};
1836 do_cpuid( 0x80000000, regs );
1837 if (regs[0] >= 0x80000004)
1839 do_cpuid( 0x80000002, regs );
1840 regs_to_str( regs, 16, name );
1841 do_cpuid( 0x80000003, regs );
1842 regs_to_str( regs, 16, name + 16 );
1843 do_cpuid( 0x80000004, regs );
1844 regs_to_str( regs, 16, name + 32 );
1847 static UINT get_processor_maxclockspeed( void )
1849 PROCESSOR_POWER_INFORMATION *info;
1850 UINT ret = 1000, size = get_processor_count() * sizeof(PROCESSOR_POWER_INFORMATION);
1851 NTSTATUS status;
1853 if ((info = heap_alloc( size )))
1855 status = NtPowerInformation( ProcessorInformation, NULL, 0, info, size );
1856 if (!status) ret = info[0].MaxMhz;
1857 heap_free( info );
1859 return ret;
1861 static const WCHAR *get_osarchitecture(void)
1863 SYSTEM_INFO info;
1864 GetNativeSystemInfo( &info );
1865 if (info.u.s.wProcessorArchitecture == PROCESSOR_ARCHITECTURE_AMD64) return os_64bitW;
1866 return os_32bitW;
1869 static enum fill_status fill_processor( struct table *table, const struct expr *cond )
1871 static const WCHAR fmtW[] = {'C','P','U','%','u',0};
1872 WCHAR device_id[14], processor_id[17], manufacturer[13], name[49] = {0};
1873 struct record_processor *rec;
1874 UINT i, offset = 0, maxclockspeed, num_cores, num_logical_processors, count = get_processor_count();
1875 enum fill_status status = FILL_STATUS_UNFILTERED;
1877 if (!resize_table( table, count, sizeof(*rec) )) return FILL_STATUS_FAILED;
1879 get_processor_id( processor_id );
1880 get_processor_manufacturer( manufacturer );
1881 get_processor_name( name );
1883 maxclockspeed = get_processor_maxclockspeed();
1884 num_logical_processors = get_logical_processor_count( &num_cores ) / count;
1885 num_cores /= count;
1887 for (i = 0; i < count; i++)
1889 rec = (struct record_processor *)(table->data + offset);
1890 rec->addresswidth = get_osarchitecture() == os_32bitW ? 32 : 64;
1891 rec->cpu_status = 1; /* CPU Enabled */
1892 sprintfW( device_id, fmtW, i );
1893 rec->device_id = heap_strdupW( device_id );
1894 rec->family = 2; /* Unknown */
1895 rec->manufacturer = heap_strdupW( manufacturer );
1896 rec->maxclockspeed = maxclockspeed;
1897 rec->name = heap_strdupW( name );
1898 rec->num_cores = num_cores;
1899 rec->num_logical_processors = num_logical_processors;
1900 rec->processor_id = heap_strdupW( processor_id );
1901 rec->unique_id = NULL;
1902 if (!match_row( table, i, cond, &status ))
1904 free_row_values( table, i );
1905 continue;
1907 offset += sizeof(*rec);
1910 TRACE("created %u rows\n", count);
1911 table->num_rows = count;
1912 return status;
1915 static WCHAR *get_lastbootuptime(void)
1917 static const WCHAR fmtW[] =
1918 {'%','0','4','u','%','0','2','u','%','0','2','u','%','0','2','u','%','0','2','u','%','0','2','u',
1919 '.','%','0','6','u','+','0','0','0',0};
1920 SYSTEM_TIMEOFDAY_INFORMATION ti;
1921 TIME_FIELDS tf;
1922 WCHAR *ret;
1924 if (!(ret = heap_alloc( 26 * sizeof(WCHAR) ))) return NULL;
1926 NtQuerySystemInformation( SystemTimeOfDayInformation, &ti, sizeof(ti), NULL );
1927 RtlTimeToTimeFields( &ti.liKeBootTime, &tf );
1928 sprintfW( ret, fmtW, tf.Year, tf.Month, tf.Day, tf.Hour, tf.Minute, tf.Second, tf.Milliseconds * 1000 );
1929 return ret;
1931 static WCHAR *get_localdatetime(void)
1933 static const WCHAR fmtW[] =
1934 {'%','0','4','u','%','0','2','u','%','0','2','u','%','0','2','u','%','0','2','u','%','0','2','u',
1935 '.','%','0','6','u','%','+','0','3','d',0};
1936 TIME_ZONE_INFORMATION tzi;
1937 SYSTEMTIME st;
1938 WCHAR *ret;
1939 DWORD Status;
1940 LONG Bias;
1942 Status = GetTimeZoneInformation(&tzi);
1944 if(Status == TIME_ZONE_ID_INVALID) return NULL;
1945 Bias = tzi.Bias;
1946 if(Status == TIME_ZONE_ID_DAYLIGHT)
1947 Bias+= tzi.DaylightBias;
1948 else
1949 Bias+= tzi.StandardBias;
1950 if (!(ret = heap_alloc( 26 * sizeof(WCHAR) ))) return NULL;
1952 GetLocalTime(&st);
1953 sprintfW( ret, fmtW, st.wYear, st.wMonth, st.wDay, st.wHour, st.wMinute, st.wSecond, st.wMilliseconds * 1000, -Bias);
1954 return ret;
1956 static WCHAR *get_systemdirectory(void)
1958 void *redir;
1959 WCHAR *ret;
1961 if (!(ret = heap_alloc( MAX_PATH * sizeof(WCHAR) ))) return NULL;
1962 Wow64DisableWow64FsRedirection( &redir );
1963 GetSystemDirectoryW( ret, MAX_PATH );
1964 Wow64RevertWow64FsRedirection( redir );
1965 return ret;
1967 static WCHAR *get_codeset(void)
1969 static const WCHAR fmtW[] = {'%','u',0};
1970 WCHAR *ret = heap_alloc( 11 * sizeof(WCHAR) );
1971 if (ret) sprintfW( ret, fmtW, GetACP() );
1972 return ret;
1974 static WCHAR *get_countrycode(void)
1976 WCHAR *ret = heap_alloc( 6 * sizeof(WCHAR) );
1977 if (ret) GetLocaleInfoW( LOCALE_SYSTEM_DEFAULT, LOCALE_ICOUNTRY, ret, 6 );
1978 return ret;
1980 static WCHAR *get_locale(void)
1982 WCHAR *ret = heap_alloc( 5 * sizeof(WCHAR) );
1983 if (ret) GetLocaleInfoW( LOCALE_SYSTEM_DEFAULT, LOCALE_ILANGUAGE, ret, 5 );
1984 return ret;
1987 static enum fill_status fill_os( struct table *table, const struct expr *cond )
1989 struct record_operatingsystem *rec;
1990 enum fill_status status = FILL_STATUS_UNFILTERED;
1991 UINT row = 0;
1993 if (!resize_table( table, 1, sizeof(*rec) )) return FILL_STATUS_FAILED;
1995 rec = (struct record_operatingsystem *)table->data;
1996 rec->caption = os_captionW;
1997 rec->codeset = get_codeset();
1998 rec->countrycode = get_countrycode();
1999 rec->csdversion = os_csdversionW;
2000 rec->lastbootuptime = get_lastbootuptime();
2001 rec->localdatetime = get_localdatetime();
2002 rec->locale = get_locale();
2003 rec->name = os_nameW;
2004 rec->osarchitecture = get_osarchitecture();
2005 rec->oslanguage = GetSystemDefaultLangID();
2006 rec->osproductsuite = 2461140; /* Windows XP Professional */
2007 rec->ostype = 18; /* WINNT */
2008 rec->servicepackmajor = 3;
2009 rec->servicepackminor = 0;
2010 rec->suitemask = 272; /* Single User + Terminal */
2011 rec->systemdirectory = get_systemdirectory();
2012 rec->version = os_versionW;
2013 if (!match_row( table, row, cond, &status )) free_row_values( table, row );
2014 else row++;
2016 TRACE("created %u rows\n", row);
2017 table->num_rows = row;
2018 return status;
2021 static const WCHAR *get_service_type( DWORD type )
2023 static const WCHAR filesystem_driverW[] =
2024 {'F','i','l','e',' ','S','y','s','t','e','m',' ','D','r','i','v','e','r',0};
2025 static const WCHAR kernel_driverW[] =
2026 {'K','e','r','n','e','l',' ','D','r','i','v','e','r',0};
2027 static const WCHAR own_processW[] =
2028 {'O','w','n',' ','P','r','o','c','e','s','s',0};
2029 static const WCHAR share_processW[] =
2030 {'S','h','a','r','e',' ','P','r','o','c','e','s','s',0};
2032 if (type & SERVICE_KERNEL_DRIVER) return kernel_driverW;
2033 else if (type & SERVICE_FILE_SYSTEM_DRIVER) return filesystem_driverW;
2034 else if (type & SERVICE_WIN32_OWN_PROCESS) return own_processW;
2035 else if (type & SERVICE_WIN32_SHARE_PROCESS) return share_processW;
2036 else ERR("unhandled type 0x%08x\n", type);
2037 return NULL;
2039 static const WCHAR *get_service_state( DWORD state )
2041 static const WCHAR runningW[] =
2042 {'R','u','n','n','i','n','g',0};
2043 static const WCHAR start_pendingW[] =
2044 {'S','t','a','r','t',' ','P','e','n','d','i','n','g',0};
2045 static const WCHAR stop_pendingW[] =
2046 {'S','t','o','p',' ','P','e','n','d','i','n','g',0};
2047 static const WCHAR stoppedW[] =
2048 {'S','t','o','p','p','e','d',0};
2049 static const WCHAR unknownW[] =
2050 {'U','n','k','n','o','w','n',0};
2052 switch (state)
2054 case SERVICE_STOPPED: return stoppedW;
2055 case SERVICE_START_PENDING: return start_pendingW;
2056 case SERVICE_STOP_PENDING: return stop_pendingW;
2057 case SERVICE_RUNNING: return runningW;
2058 default:
2059 ERR("unknown state %u\n", state);
2060 return unknownW;
2063 static const WCHAR *get_service_startmode( DWORD mode )
2065 static const WCHAR bootW[] = {'B','o','o','t',0};
2066 static const WCHAR systemW[] = {'S','y','s','t','e','m',0};
2067 static const WCHAR autoW[] = {'A','u','t','o',0};
2068 static const WCHAR manualW[] = {'M','a','n','u','a','l',0};
2069 static const WCHAR disabledW[] = {'D','i','s','a','b','l','e','d',0};
2070 static const WCHAR unknownW[] = {'U','n','k','n','o','w','n',0};
2072 switch (mode)
2074 case SERVICE_BOOT_START: return bootW;
2075 case SERVICE_SYSTEM_START: return systemW;
2076 case SERVICE_AUTO_START: return autoW;
2077 case SERVICE_DEMAND_START: return manualW;
2078 case SERVICE_DISABLED: return disabledW;
2079 default:
2080 ERR("unknown mode 0x%x\n", mode);
2081 return unknownW;
2084 static QUERY_SERVICE_CONFIGW *query_service_config( SC_HANDLE manager, const WCHAR *name )
2086 QUERY_SERVICE_CONFIGW *config = NULL;
2087 SC_HANDLE service;
2088 DWORD size;
2090 if (!(service = OpenServiceW( manager, name, SERVICE_QUERY_CONFIG ))) return NULL;
2091 QueryServiceConfigW( service, NULL, 0, &size );
2092 if (GetLastError() != ERROR_INSUFFICIENT_BUFFER) goto done;
2093 if (!(config = heap_alloc( size ))) goto done;
2094 if (QueryServiceConfigW( service, config, size, &size )) goto done;
2095 heap_free( config );
2096 config = NULL;
2098 done:
2099 CloseServiceHandle( service );
2100 return config;
2103 static enum fill_status fill_service( struct table *table, const struct expr *cond )
2105 struct record_service *rec;
2106 SC_HANDLE manager;
2107 ENUM_SERVICE_STATUS_PROCESSW *tmp, *services = NULL;
2108 SERVICE_STATUS_PROCESS *status;
2109 WCHAR sysnameW[MAX_COMPUTERNAME_LENGTH + 1];
2110 DWORD len = sizeof(sysnameW) / sizeof(sysnameW[0]);
2111 UINT i, row = 0, offset = 0, size = 256, needed, count;
2112 enum fill_status fill_status = FILL_STATUS_FAILED;
2113 BOOL ret;
2115 if (!(manager = OpenSCManagerW( NULL, NULL, SC_MANAGER_ENUMERATE_SERVICE ))) return FILL_STATUS_FAILED;
2116 if (!(services = heap_alloc( size ))) goto done;
2118 ret = EnumServicesStatusExW( manager, SC_ENUM_PROCESS_INFO, SERVICE_TYPE_ALL,
2119 SERVICE_STATE_ALL, (BYTE *)services, size, &needed,
2120 &count, NULL, NULL );
2121 if (!ret)
2123 if (GetLastError() != ERROR_MORE_DATA) goto done;
2124 size = needed;
2125 if (!(tmp = heap_realloc( services, size ))) goto done;
2126 services = tmp;
2127 ret = EnumServicesStatusExW( manager, SC_ENUM_PROCESS_INFO, SERVICE_TYPE_ALL,
2128 SERVICE_STATE_ALL, (BYTE *)services, size, &needed,
2129 &count, NULL, NULL );
2130 if (!ret) goto done;
2132 if (!resize_table( table, count, sizeof(*rec) )) goto done;
2134 GetComputerNameW( sysnameW, &len );
2135 fill_status = FILL_STATUS_UNFILTERED;
2137 for (i = 0; i < count; i++)
2139 QUERY_SERVICE_CONFIGW *config;
2141 if (!(config = query_service_config( manager, services[i].lpServiceName ))) continue;
2143 status = &services[i].ServiceStatusProcess;
2144 rec = (struct record_service *)(table->data + offset);
2145 rec->accept_pause = (status->dwControlsAccepted & SERVICE_ACCEPT_PAUSE_CONTINUE) ? -1 : 0;
2146 rec->accept_stop = (status->dwControlsAccepted & SERVICE_ACCEPT_STOP) ? -1 : 0;
2147 rec->displayname = heap_strdupW( services[i].lpDisplayName );
2148 rec->name = heap_strdupW( services[i].lpServiceName );
2149 rec->process_id = status->dwProcessId;
2150 rec->servicetype = get_service_type( status->dwServiceType );
2151 rec->startmode = get_service_startmode( config->dwStartType );
2152 rec->state = get_service_state( status->dwCurrentState );
2153 rec->systemname = heap_strdupW( sysnameW );
2154 rec->pause_service = service_pause_service;
2155 rec->resume_service = service_resume_service;
2156 rec->start_service = service_start_service;
2157 rec->stop_service = service_stop_service;
2158 heap_free( config );
2159 if (!match_row( table, row, cond, &fill_status ))
2161 free_row_values( table, row );
2162 continue;
2164 offset += sizeof(*rec);
2165 row++;
2168 TRACE("created %u rows\n", row);
2169 table->num_rows = row;
2171 done:
2172 CloseServiceHandle( manager );
2173 heap_free( services );
2174 return fill_status;
2177 static UINT32 get_bits_per_pixel( UINT *hres, UINT *vres )
2179 HDC hdc = GetDC( NULL );
2180 UINT32 ret;
2182 if (!hdc) return 32;
2183 ret = GetDeviceCaps( hdc, BITSPIXEL );
2184 *hres = GetDeviceCaps( hdc, HORZRES );
2185 *vres = GetDeviceCaps( hdc, VERTRES );
2186 ReleaseDC( NULL, hdc );
2187 return ret;
2189 static WCHAR *get_pnpdeviceid( DXGI_ADAPTER_DESC *desc )
2191 static const WCHAR fmtW[] =
2192 {'P','C','I','\\','V','E','N','_','%','0','4','X','&','D','E','V','_','%','0','4','X',
2193 '&','S','U','B','S','Y','S','_','%','0','8','X','&','R','E','V','_','%','0','2','X','\\',
2194 '0','&','D','E','A','D','B','E','E','F','&','0','&','D','E','A','D',0};
2195 WCHAR *ret;
2197 if (!(ret = heap_alloc( sizeof(fmtW) + 2 * sizeof(WCHAR) ))) return NULL;
2198 sprintfW( ret, fmtW, desc->VendorId, desc->DeviceId, desc->SubSysId, desc->Revision );
2199 return ret;
2202 static enum fill_status fill_videocontroller( struct table *table, const struct expr *cond )
2205 struct record_videocontroller *rec;
2206 HRESULT hr;
2207 IDXGIFactory *factory = NULL;
2208 IDXGIAdapter *adapter = NULL;
2209 DXGI_ADAPTER_DESC desc;
2210 UINT hres = 1024, vres = 768, vidmem = 512 * 1024 * 1024;
2211 const WCHAR *name = videocontroller_deviceidW;
2212 enum fill_status status = FILL_STATUS_UNFILTERED;
2213 UINT row = 0;
2215 if (!resize_table( table, 1, sizeof(*rec) )) return FILL_STATUS_FAILED;
2217 memset (&desc, 0, sizeof(desc));
2218 hr = CreateDXGIFactory( &IID_IDXGIFactory, (void **)&factory );
2219 if (FAILED(hr)) goto done;
2221 hr = IDXGIFactory_EnumAdapters( factory, 0, &adapter );
2222 if (FAILED(hr)) goto done;
2224 hr = IDXGIAdapter_GetDesc( adapter, &desc );
2225 if (SUCCEEDED(hr))
2227 vidmem = desc.DedicatedVideoMemory;
2228 name = desc.Description;
2231 done:
2232 rec = (struct record_videocontroller *)table->data;
2233 rec->adapter_dactype = videocontroller_dactypeW;
2234 rec->adapter_ram = vidmem;
2235 rec->current_bitsperpixel = get_bits_per_pixel( &hres, &vres );
2236 rec->current_horizontalres = hres;
2237 rec->current_verticalres = vres;
2238 rec->description = heap_strdupW( name );
2239 rec->device_id = videocontroller_deviceidW;
2240 rec->name = heap_strdupW( name );
2241 rec->pnpdevice_id = get_pnpdeviceid( &desc );
2242 if (!match_row( table, row, cond, &status )) free_row_values( table, row );
2243 else row++;
2245 TRACE("created %u rows\n", row);
2246 table->num_rows = row;
2248 if (adapter) IDXGIAdapter_Release( adapter );
2249 if (factory) IDXGIFactory_Release( factory );
2250 return status;
2253 static struct table builtin_classes[] =
2255 { class_baseboardW, SIZEOF(col_baseboard), col_baseboard, SIZEOF(data_baseboard), 0, (BYTE *)data_baseboard },
2256 { class_biosW, SIZEOF(col_bios), col_bios, SIZEOF(data_bios), 0, (BYTE *)data_bios },
2257 { class_cdromdriveW, SIZEOF(col_cdromdrive), col_cdromdrive, 0, 0, NULL, fill_cdromdrive },
2258 { class_compsysW, SIZEOF(col_compsys), col_compsys, 0, 0, NULL, fill_compsys },
2259 { class_datafileW, SIZEOF(col_datafile), col_datafile, 0, 0, NULL, fill_datafile },
2260 { class_directoryW, SIZEOF(col_directory), col_directory, 0, 0, NULL, fill_directory },
2261 { class_diskdriveW, SIZEOF(col_diskdrive), col_diskdrive, SIZEOF(data_diskdrive), 0, (BYTE *)data_diskdrive },
2262 { class_diskpartitionW, SIZEOF(col_diskpartition), col_diskpartition, 0, 0, NULL, fill_diskpartition },
2263 { class_logicaldiskW, SIZEOF(col_logicaldisk), col_logicaldisk, 0, 0, NULL, fill_logicaldisk },
2264 { class_logicaldisk2W, SIZEOF(col_logicaldisk), col_logicaldisk, 0, 0, NULL, fill_logicaldisk },
2265 { class_networkadapterW, SIZEOF(col_networkadapter), col_networkadapter, 0, 0, NULL, fill_networkadapter },
2266 { class_networkadapterconfigW, SIZEOF(col_networkadapterconfig), col_networkadapterconfig, 0, 0, NULL,
2267 fill_networkadapterconfig },
2268 { class_osW, SIZEOF(col_os), col_os, 0, 0, NULL, fill_os },
2269 { class_paramsW, SIZEOF(col_param), col_param, SIZEOF(data_param), 0, (BYTE *)data_param },
2270 { class_physicalmediaW, SIZEOF(col_physicalmedia), col_physicalmedia, SIZEOF(data_physicalmedia), 0, (BYTE *)data_physicalmedia },
2271 { class_processW, SIZEOF(col_process), col_process, 0, 0, NULL, fill_process },
2272 { class_processorW, SIZEOF(col_processor), col_processor, 0, 0, NULL, fill_processor },
2273 { class_qualifiersW, SIZEOF(col_qualifier), col_qualifier, SIZEOF(data_qualifier), 0, (BYTE *)data_qualifier },
2274 { class_serviceW, SIZEOF(col_service), col_service, 0, 0, NULL, fill_service },
2275 { class_sounddeviceW, SIZEOF(col_sounddevice), col_sounddevice, SIZEOF(data_sounddevice), 0, (BYTE *)data_sounddevice },
2276 { class_stdregprovW, SIZEOF(col_stdregprov), col_stdregprov, SIZEOF(data_stdregprov), 0, (BYTE *)data_stdregprov },
2277 { class_videocontrollerW, SIZEOF(col_videocontroller), col_videocontroller, 0, 0, NULL, fill_videocontroller }
2280 void init_table_list( void )
2282 static struct list tables = LIST_INIT( tables );
2283 UINT i;
2285 for (i = 0; i < SIZEOF(builtin_classes); i++) list_add_tail( &tables, &builtin_classes[i].entry );
2286 table_list = &tables;