ReactOS 0.4.17-dev-804-g023d8af
setupapi.h
Go to the documentation of this file.
1#ifndef _SETUPAPI_H_
2#define _SETUPAPI_H_
3
4#include <commctrl.h>
5#include <devpropdef.h>
6
7#if defined(_WIN64)
8#include <pshpack8.h>
9#else
10#include <pshpack1.h>
11#endif
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16#ifndef _SETUPAPI_
17#define WINSETUPAPI DECLSPEC_IMPORT
18#else
19#define WINSETUPAPI
20#endif
21
22#define LINE_LEN 256
23#define MAX_INF_STRING_LENGTH 4096
24#define MAX_TITLE_LEN 60
25#define MAX_INSTRUCTION_LEN 256
26#define MAX_LABEL_LEN 30
27#define MAX_SERVICE_NAME_LEN 256
28#define MAX_SUBTITLE_LEN 256
29#define SP_MAX_MACHINENAME_LENGTH (MAX_PATH + 3)
30
31#define COPYFLG_WARN_IF_SKIP 0x00000001
32#define COPYFLG_NOSKIP 0x00000002
33#define COPYFLG_NOVERSIONCHECK 0x00000004
34#define COPYFLG_FORCE_FILE_IN_USE 0x00000008
35#define COPYFLG_NO_OVERWRITE 0x00000010
36#define COPYFLG_NO_VERSION_DIALOG 0x00000020
37#define COPYFLG_OVERWRITE_OLDER_ONLY 0x00000040
38#define COPYFLG_REPLACEONLY 0x00000400
39#define COPYFLG_NODECOMP 0x00000800
40#define COPYFLG_REPLACE_BOOT_FILE 0x00001000
41#define COPYFLG_NOPRUNE 0x00002000
42#define DELFLG_IN_USE 0x00000001
43#define DELFLG_IN_USE1 0x00010000
44#define DI_REMOVEDEVICE_GLOBAL 0x00000001
45#define DI_REMOVEDEVICE_CONFIGSPECIFIC 0x00000002
46#define DI_UNREMOVEDEVICE_CONFIGSPECIFIC 0x00000002
47#define DI_SHOWOEM 0x00000001
48#define DI_SHOWCOMPAT 0x00000002
49#define DI_SHOWCLASS 0x00000004
50#define DI_SHOWALL 0x00000007
51#define DI_NOVCP 0x00000008
52#define DI_DIDCOMPAT 0x00000010
53#define DI_DIDCLASS 0x00000020
54#define DI_AUTOASSIGNRES 0x00000040
55#define DI_NEEDRESTART 0x00000080
56#define DI_NEEDREBOOT 0x00000100
57#define DI_NOBROWSE 0x00000200
58#define DI_MULTMFGS 0x00000400
59#define DI_DISABLED 0x00000800
60#define DI_GENERALPAGE_ADDED 0x00001000
61#define DI_RESOURCEPAGE_ADDED 0x00002000
62#define DI_PROPERTIES_CHANGE 0x00004000
63#define DI_INF_IS_SORTED 0x00008000
64#define DI_ENUMSINGLEINF 0x00010000
65#define DI_DONOTCALLCONFIGMG 0x00020000
66#define DI_INSTALLDISABLED 0x00040000
67#define DI_COMPAT_FROM_CLASS 0x00080000
68#define DI_CLASSINSTALLPARAMS 0x00100000
69#define DI_NODI_DEFAULTACTION 0x00200000
70#define DI_QUIETINSTALL 0x00800000
71#define DI_NOFILECOPY 0x01000000
72#define DI_FORCECOPY 0x02000000
73#define DI_DRIVERPAGE_ADDED 0x04000000
74#define DI_USECI_SELECTSTRINGS 0x08000000
75#define DI_OVERRIDE_INFFLAGS 0x10000000
76#define DI_PROPS_NOCHANGEUSAGE 0x20000000
77#define DI_NOSELECTICONS 0x40000000
78#define DI_NOWRITE_IDS 0x80000000
79#define DI_FLAGSEX_USEOLDINFSEARCH 0x00000001
80#define DI_FLAGSEX_AUTOSELECTRANK0 0x00000002
81#define DI_FLAGSEX_CI_FAILED 0x00000004
82#define DI_FLAGSEX_DIDINFOLIST 0x00000010
83#define DI_FLAGSEX_DIDCOMPATINFO 0x00000020
84#define DI_FLAGSEX_FILTERCLASSES 0x00000040
85#define DI_FLAGSEX_SETFAILEDINSTALL 0x00000080
86#define DI_FLAGSEX_DEVICECHANGE 0x00000100
87#define DI_FLAGSEX_ALWAYSWRITEIDS 0x00000200
88#define DI_FLAGSEX_PROPCHANGE_PENDING 0x00000400
89#define DI_FLAGSEX_ALLOWEXCLUDEDDRVS 0x00000800
90#define DI_FLAGSEX_NOUIONQUERYREMOVE 0x00001000
91#define DI_FLAGSEX_USECLASSFORCOMPAT 0x00002000
92#define DI_FLAGSEX_OLDINF_IN_CLASSLIST 0x00004000
93#define DI_FLAGSEX_NO_DRVREG_MODIFY 0x00008000
94#define DI_FLAGSEX_IN_SYSTEM_SETUP 0x00010000
95#define DI_FLAGSEX_INET_DRIVER 0x00020000
96#define DI_FLAGSEX_APPENDDRIVERLIST 0x00040000
97#define DI_FLAGSEX_PREINSTALLBACKUP 0x00080000
98#define DI_FLAGSEX_BACKUPONREPLACE 0x00100000
99#define DI_FLAGSEX_DRIVERLIST_FROM_URL 0x00200000
100#define DI_FLAGSEX_RESERVED1 0x00400000
101#define DI_FLAGSEX_EXCLUDE_OLD_INET_DRIVERS 0x00800000
102#define DI_FLAGSEX_POWERPAGE_ADDED 0x01000000
103#if (_SETUPAPI_VER >= 0x0501)
104#define DI_FLAGSEX_FILTERSIMILARDRIVERS 0x02000000
105#define DI_FLAGSEX_INSTALLEDDRIVER 0x04000000
106#define DI_FLAGSEX_NO_CLASSLIST_NODE_MERGE 0x08000000
107#define DI_FLAGSEX_ALTPLATFORM_DRVSEARCH 0x10000000
108#define DI_FLAGSEX_RESTART_DEVICE_ONLY 0x20000000
109#endif
110#define DIBCI_NOINSTALLCLASS 0x00000001
111#define DIBCI_NODISPLAYCLASS 0x00000002
112#define DICD_GENERATE_ID 0x00000001
113#define DICD_INHERIT_CLASSDRVS 0x00000002
114#define DICS_ENABLE 1
115#define DICS_FLAG_GLOBAL 1
116#define DICS_DISABLE 2
117#define DICS_FLAG_CONFIGSPECIFIC 2
118#define DICS_PROPCHANGE 3
119#define DICS_START 4
120#define DICS_FLAG_CONFIGGENERAL 4
121#define DICS_STOP 5
122#define DICUSTOMDEVPROP_MERGE_MULTISZ 0x00000001
123#define DIF_SELECTDEVICE 1
124#define DIF_INSTALLDEVICE 2
125#define DIF_ASSIGNRESOURCES 3
126#define DIF_PROPERTIES 4
127#define DIF_REMOVE 5
128#define DIF_FIRSTTIMESETUP 6
129#define DIF_FOUNDDEVICE 7
130#define DIF_SELECTCLASSDRIVERS 8
131#define DIF_VALIDATECLASSDRIVERS 9
132#define DIF_INSTALLCLASSDRIVERS 10
133#define DIF_CALCDISKSPACE 11
134#define DIF_DESTROYPRIVATEDATA 12
135#define DIF_VALIDATEDRIVER 13
136#define DIF_MOVEDEVICE 14
137#define DIF_DETECT 15
138#define DIF_INSTALLWIZARD 16
139#define DIF_DESTROYWIZARDDATA 17
140#define DIF_PROPERTYCHANGE 18
141#define DIF_ENABLECLASS 19
142#define DIF_DETECTVERIFY 20
143#define DIF_INSTALLDEVICEFILES 21
144#define DIF_UNREMOVE 22
145#define DIF_SELECTBESTCOMPATDRV 23
146#define DIF_ALLOW_INSTALL 24
147#define DIF_REGISTERDEVICE 25
148#define DIF_NEWDEVICEWIZARD_PRESELECT 26
149#define DIF_NEWDEVICEWIZARD_SELECT 27
150#define DIF_NEWDEVICEWIZARD_PREANALYZE 28
151#define DIF_NEWDEVICEWIZARD_POSTANALYZE 29
152#define DIF_NEWDEVICEWIZARD_FINISHINSTALL 30
153#define DIF_UNUSED1 31
154#define DIF_INSTALLINTERFACES 32
155#define DIF_DETECTCANCEL 33
156#define DIF_REGISTER_COINSTALLERS 34
157#define DIF_ADDPROPERTYPAGE_ADVANCED 35
158#define DIF_ADDPROPERTYPAGE_BASIC 36
159#define DIF_RESERVED1 37
160#define DIF_TROUBLESHOOTER 38
161#define DIF_POWERMESSAGEWAKE 39
162#define DIF_ADDREMOTEPROPERTYPAGE_ADVANCED 40
163#define DIF_UPDATEDRIVER_UI 41
164#define DIF_FINISHINSTALL_ACTION 42
165#define DIF_RESERVED2 48
166
167#define DIGCDP_FLAG_BASIC 0x00000001
168#define DIGCDP_FLAG_ADVANCED 0x00000002
169#if (_SETUPAPI_VER >= 0x0501)
170#define DIGCDP_FLAG_REMOTE_BASIC 0x00000003
171#define DIGCDP_FLAG_REMOTE_ADVANCED 0x00000004
172#endif
173#define DIGCF_DEFAULT 0x00000001
174#define DIGCF_PRESENT 0x00000002
175#define DIGCF_ALLCLASSES 0x00000004
176#define DIGCF_PROFILE 0x00000008
177#define DIGCF_DEVICEINTERFACE 0x00000010
178#define DIGCF_INTERFACEDEVICE 0x00000010
179#define DIOCR_INSTALLER 0x00000001
180#define DIOCR_INTERFACE 0x00000002
181#define DIODI_NO_ADD 0x00000001
182#define DIOD_INHERIT_CLASSDRVS 0x00000002
183#define DIOD_CANCEL_REMOVE 0x00000004
184#define DIREG_DEV 0x00000001
185#define DIREG_DRV 0x00000002
186#define DIREG_BOTH 0x00000004
187#define DIRID_ABSOLUTE -1
188#define DIRID_NULL 0
189#define DIRID_SRCPATH 1
190#define DIRID_WINDOWS 10
191#define DIRID_SYSTEM 11
192#define DIRID_DRIVERS 12
193#define DIRID_INF 17
194#define DIRID_HELP 18
195#define DIRID_FONTS 20
196#define DIRID_VIEWERS 21
197#define DIRID_COLOR 23
198#define DIRID_APPS 24
199#define DIRID_SHARED 25
200#define DIRID_BOOT 30
201#define DIRID_SYSTEM16 50
202#define DIRID_SPOOL 51
203#define DIRID_SPOOLDRIVERS 52
204#define DIRID_USERPROFILE 53
205#define DIRID_LOADER 54
206#define DIRID_PRINTPROCESSOR 55
207#define DIRID_COMMON_STARTMENU 16406
208#define DIRID_COMMON_PROGRAMS 16407
209#define DIRID_COMMON_STARTUP 16408
210#define DIRID_COMMON_DESKTOPDIRECTORY 16409
211#define DIRID_COMMON_FAVORITES 16415
212#define DIRID_COMMON_APPDATA 16419
213#define DIRID_PROGRAM_FILES 16422
214#define DIRID_SYSTEM_X86 16425
215#define DIRID_PROGRAM_FILES_X86 16426
216#define DIRID_PROGRAM_FILES_COMMON 16427
217#define DIRID_PROGRAM_FILES_COMMONX86 16428
218#define DIRID_COMMON_TEMPLATES 16429
219#define DIRID_COMMON_DOCUMENTS 16430
220#define DIRID_USER 0x8000
221#define DIRID_ABSOLUTE_16BIT 0xffff
222#define DIRID_IOSUBSYS DIRID_DRIVERS
223#define DIRID_DEFAULT DIRID_SYSTEM
224#define DMI_MASK 0x00000001
225#define DMI_BKCOLOR 0x00000002
226#define DMI_USERECT 0x00000004
227#define DN_ROOT_ENUMERATED 0x00000001
228#define DN_DRIVER_LOADED 0x00000002
229#define DN_ENUM_LOADED 0x00000004
230#define DN_STARTED 0x00000008
231#define DN_MANUAL 0x00000010
232#define DN_NEED_TO_ENUM 0x00000020
233#define DN_NOT_FIRST_TIME 0x00000040
234#define DN_HARDWARE_ENUM 0x00000080
235#define DN_LIAR 0x00000100
236#define DN_HAS_MARK 0x00000200
237#define DN_HAS_PROBLEM 0x00000400
238#define DN_FILTERED 0x00000800
239#define DN_MOVED 0x00001000
240#define DN_DISABLEABLE 0x00002000
241#define DN_REMOVABLE 0x00004000
242#define DN_PRIVATE_PROBLEM 0x00008000
243#define DN_MF_PARENT 0x00010000
244#define DN_MF_CHILD 0x00020000
245#define DN_WILL_BE_REMOVED 0x00040000
246#define DN_NOT_FIRST_TIMEE 0x00080000
247#define DN_STOP_FREE_RES 0x00100000
248#define DN_REBAL_CANDIDATE 0x00200000
249#define DN_BAD_PARTIAL 0x00400000
250#define DN_NT_ENUMERATOR 0x00800000
251#define DN_NT_DRIVER 0x01000000
252#define DN_NEEDS_LOCKING 0x02000000
253#define DN_ARM_WAKEUP 0x04000000
254#define DN_APM_ENUMERATOR 0x08000000
255#define DN_APM_DRIVER 0x10000000
256#define DN_SILENT_INSTALL 0x20000000
257#define DN_NO_SHOW_IN_DM 0x40000000
258#define DN_BOOT_LOG_PROB 0x80000000
259#define DNF_DUPDESC 0x00000001
260#define DNF_OLDDRIVER 0x00000002
261#define DNF_EXCLUDEFROMLIST 0x00000004
262#define DNF_NODRIVER 0x00000008
263#define DNF_LEGACYINF 0x00000010
264#define DNF_CLASS_DRIVER 0x00000020
265#define DNF_COMPATIBLE_DRIVER 0x00000040
266#define DNF_INET_DRIVER 0x00000080
267#define DNF_UNUSED1 0x00000100
268#define DNF_INDEXED_DRIVER 0x00000200
269#define DNF_OLD_INET_DRIVER 0x00000400
270#define DNF_BAD_DRIVER 0x00000800
271#define DNF_DUPPROVIDER 0x00001000
272#define DPROMPT_SUCCESS 0
273#define DPROMPT_CANCEL 1
274#define DPROMPT_SKIPFILE 2
275#define DPROMPT_BUFFERTOOSMALL 3
276#define DPROMPT_OUTOFMEMORY 4
277#define DRIVER_HARDWAREID_RANK 0x00000FFF
278#if (_SETUPAPI_VER >= 0x0600)
279#define DRIVER_UNTRUSTED_RANK 0x80000000
280#else
281#define DRIVER_UNTRUSTED_RANK 0x00008000
282#endif
283#define DYNAWIZ_FLAG_PAGESADDED 0x00000001
284#define DYNAWIZ_FLAG_INSTALLDET_NEXT 0x00000002
285#define DYNAWIZ_FLAG_INSTALLDET_PREV 0x00000004
286#define DYNAWIZ_FLAG_ANALYZE_HANDLECONFLICT 0x00000008
287#define ENABLECLASS_QUERY 0
288#define ENABLECLASS_SUCCESS 1
289#define ENABLECLASS_FAILURE 2
290#define ERROR_EXPECTED_SECTION_NAME (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0)
291#define ERROR_BAD_SECTION_NAME_LINE (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|1)
292#define ERROR_SECTION_NAME_TOO_LONG (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|2)
293#define ERROR_GENERAL_SYNTAX (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|3)
294#define ERROR_WRONG_INF_STYLE (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x100)
295#define ERROR_NOT_INSTALLED (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x1000)
296#define ERROR_SECTION_NOT_FOUND (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x101)
297#define ERROR_LINE_NOT_FOUND (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x102)
298#define ERROR_NO_BACKUP (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x103)
299#define ERROR_NO_ASSOCIATED_CLASS (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x200)
300#define ERROR_CLASS_MISMATCH (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x201)
301#define ERROR_DUPLICATE_FOUND (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x202)
302#define ERROR_NO_DRIVER_SELECTED (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x203)
303#define ERROR_KEY_DOES_NOT_EXIST (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x204)
304#define ERROR_INVALID_DEVINST_NAME (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x205)
305#define ERROR_INVALID_CLASS (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x206)
306#define ERROR_DEVINST_ALREADY_EXISTS (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x207)
307#define ERROR_DEVINFO_NOT_REGISTERED (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x208)
308#define ERROR_INVALID_REG_PROPERTY (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x209)
309#define ERROR_NO_INF (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x20A)
310#define ERROR_NO_SUCH_DEVINST (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x20B)
311#define ERROR_CANT_LOAD_CLASS_ICON (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x20C)
312#define ERROR_INVALID_CLASS_INSTALLER (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x20D)
313#define ERROR_DI_DO_DEFAULT (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x20E)
314#define ERROR_DI_NOFILECOPY (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x20F)
315#define ERROR_INVALID_HWPROFILE (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x210)
316#define ERROR_NO_DEVICE_SELECTED (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x211)
317#define ERROR_DEVINFO_LIST_LOCKED (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x212)
318#define ERROR_DEVINFO_DATA_LOCKED (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x213)
319#define ERROR_DI_BAD_PATH (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x214)
320#define ERROR_NO_CLASSINSTALL_PARAMS (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x215)
321#define ERROR_FILEQUEUE_LOCKED (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x216)
322#define ERROR_BAD_SERVICE_INSTALLSECT (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x217)
323#define ERROR_NO_CLASS_DRIVER_LIST (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x218)
324#define ERROR_NO_ASSOCIATED_SERVICE (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x219)
325#define ERROR_NO_DEFAULT_DEVICE_INTERFACE (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x21A)
326#define ERROR_DEVICE_INTERFACE_ACTIVE (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x21B)
327#define ERROR_DEVICE_INTERFACE_REMOVED (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x21C)
328#define ERROR_BAD_INTERFACE_INSTALLSECT (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x21D)
329#define ERROR_NO_SUCH_INTERFACE_CLASS (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x21E)
330#define ERROR_INVALID_REFERENCE_STRING (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x21F)
331#define ERROR_INVALID_MACHINENAME (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x220)
332#define ERROR_REMOTE_COMM_FAILURE (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x221)
333#define ERROR_MACHINE_UNAVAILABLE (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x222)
334#define ERROR_NO_CONFIGMGR_SERVICES (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x223)
335#define ERROR_INVALID_PROPPAGE_PROVIDER (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x224)
336#define ERROR_NO_SUCH_DEVICE_INTERFACE (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x225)
337#define ERROR_DI_POSTPROCESSING_REQUIRED (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x226)
338#define ERROR_INVALID_COINSTALLER (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x227)
339#define ERROR_NO_COMPAT_DRIVERS (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x228)
340#define ERROR_NO_DEVICE_ICON (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x229)
341#define ERROR_INVALID_INF_LOGCONFIG (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x22A)
342#define ERROR_DI_DONT_INSTALL (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x22B)
343#define ERROR_INVALID_FILTER_DRIVER (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x22C)
344#define ERROR_NON_WINDOWS_NT_DRIVER (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x22D)
345#define ERROR_NON_WINDOWS_DRIVER (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x22E)
346#define ERROR_NO_CATALOG_FOR_OEM_INF (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x22F)
347#define ERROR_DEVINSTALL_QUEUE_NONNATIVE (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x230)
348#define ERROR_NOT_DISABLEABLE (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x231)
349#define ERROR_CANT_REMOVE_DEVINST (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x232)
350#define ERROR_IN_WOW64 (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x235)
351#define ERROR_INTERFACE_DEVICE_ACTIVE ERROR_DEVICE_INTERFACE_ACTIVE
352#define ERROR_INTERFACE_DEVICE_REMOVED ERROR_DEVICE_INTERFACE_REMOVED
353#define ERROR_NO_DEFAULT_INTERFACE_DEVICE ERROR_NO_DEFAULT_DEVICE_INTERFACE
354#define ERROR_NO_SUCH_INTERFACE_DEVICE ERROR_NO_SUCH_DEVICE_INTERFACE
355#define ERROR_WRONG_INF_TYPE (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x24A)
356
357#define FILEOP_COPY 0
358#define FILEOP_ABORT 0
359#define FILE_COMPRESSION_NONE 0
360#define FILEOP_RENAME 1
361#define FILEOP_DOIT 1
362#define FILE_COMPRESSION_WINLZA 1
363#define FILEOP_DELETE 2
364#define FILEOP_SKIP 2
365#define FILE_COMPRESSION_MSZIP 2
366#define FILEOP_BACKUP 3
367#define FILE_COMPRESSION_NTCAB 3
368#define FILEOP_NEWPATH 4
369#define FILEOP_RETRY FILEOP_DOIT
370#define FLG_ADDREG_TYPE_SZ 0x00000000
371#define FLG_ADDREG_BINVALUETYPE 0x00000001
372#define FLG_ADDREG_NOCLOBBER 0x00000002
373#define FLG_ADDREG_DELVAL 0x00000004
374#define FLG_ADDREG_APPEND 0x00000008
375#define FLG_ADDREG_KEYONLY 0x00000010
376#define FLG_ADDREG_OVERWRITEONLY 0x00000020
377#if (_SETUPAPI_VER >= 0x0501)
378#define FLG_ADDREG_64BITKEY 0x00001000
379#define FLG_ADDREG_KEYONLY_COMMON 0x00002000
380#define FLG_ADDREG_32BITKEY 0x00004000
381#define FLG_ADDREG_DELREG_BIT 0x00008000
382#endif
383#define FLG_ADDREG_TYPE_MULTI_SZ 0x00010000
384#define FLG_ADDREG_TYPE_EXPAND_SZ 0x00020000
385#define FLG_ADDREG_TYPE_BINARY (0x00000000|FLG_ADDREG_BINVALUETYPE)
386#define FLG_ADDREG_TYPE_DWORD (0x00010000|FLG_ADDREG_BINVALUETYPE)
387#define FLG_ADDREG_TYPE_NONE (0x00020000|FLG_ADDREG_BINVALUETYPE)
388#define FLG_ADDREG_TYPE_MASK (0xFFFF0000|FLG_ADDREG_BINVALUETYPE)
389#define FLG_DELREG_VALUE 0x00000000
390#if (_SETUPAPI_VER >= 0x0501)
391#define FLG_DELREG_TYPE_MASK FLG_ADDREG_TYPE_MASK
392#define FLG_DELREG_TYPE_SZ FLG_ADDREG_TYPE_SZ
393#define FLG_DELREG_TYPE_MULTI_SZ FLG_ADDREG_TYPE_MULTI_SZ
394#define FLG_DELREG_TYPE_EXPAND_SZ FLG_ADDREG_TYPE_EXPAND_SZ
395#define FLG_DELREG_TYPE_BINARY FLG_ADDREG_TYPE_BINARY
396#define FLG_DELREG_TYPE_DWORD FLG_ADDREG_TYPE_DWORD
397#define FLG_DELREG_TYPE_NONE FLG_ADDREG_TYPE_NONE
398#define FLG_DELREG_64BITKEY FLG_ADDREG_64BITKEY
399#define FLG_DELREG_KEYONLY_COMMON FLG_ADDREG_KEYONLY_COMMON
400#define FLG_DELREG_32BITKEY FLG_ADDREG_32BITKEY
401#define FLG_DELREG_OPERATION_MASK 0x000000FE
402#define FLG_DELREG_MULTI_SZ_DELSTRING (0x00000002|FLG_DELREG_TYPE_MULTI_SZ|FLG_ADDREG_DELREG_BIT)
403#endif
404#define FLG_BITREG_CLEARBITS 0x00000000
405#define FLG_BITREG_SETBITS 0x00000001
406#define FLG_PROFITEM_CURRENTUSER 0x00000001
407#define FLG_PROFITEM_DELETE 0x00000002
408#define FLG_PROFITEM_GROUP 0x00000004
409#define FLG_PROFITEM_CSIDL 0x00000008
410#define FLG_REGSVR_DLLREGISTER 0x00000001
411#define FLG_REGSVR_DLLINSTALL 0x00000002
412#define MIN_IDD_DYNAWIZ_RESOURCE_ID 10000
413#define MAX_IDD_DYNAWIZ_RESOURCE_ID 11000
414#define IDD_DYNAWIZ_FIRSTPAGE 10000
415#define IDD_DYNAWIZ_SELECT_PREVPAGE 10001
416#define IDD_DYNAWIZ_SELECT_NEXTPAGE 10002
417#define IDD_DYNAWIZ_ANALYZE_PREVPAGE 10003
418#define IDD_DYNAWIZ_ANALYZE_NEXTPAGE 10004
419#define IDD_DYNAWIZ_INSTALLDETECTED_PREVPAGE 10006
420#define IDD_DYNAWIZ_INSTALLDETECTED_NEXTPAGE 10007
421#define IDD_DYNAWIZ_INSTALLDETECTED_NODEVS 10008
422#define IDD_DYNAWIZ_SELECTDEV_PAGE 10009
423#define IDD_DYNAWIZ_ANALYZEDEV_PAGE 10010
424#define IDD_DYNAWIZ_INSTALLDETECTEDDEVS_PAGE 10011
425#define IDD_DYNAWIZ_SELECTCLASS_PAGE 10012
426#define IDF_NOBROWSE 0x00000001
427#define IDF_NOSKIP 0x00000002
428#define IDF_NODETAILS 0x00000004
429#define IDF_NOCOMPRESSED 0x00000008
430#define IDF_CHECKFIRST 0x00000100
431#define IDF_NOBEEP 0x00000200
432#define IDF_NOFOREGROUND 0x00000400
433#define IDF_WARNIFSKIP 0x00000800
434#define IDF_OEMDISK 0x80000000
435#define IDI_RESOURCEFIRST 159
436#define IDI_RESOURCE 159
437#define IDI_RESOURCELAST 161
438#define IDI_RESOURCEOVERLAYFIRST 161
439#define IDI_RESOURCEOVERLAYLAST 161
440#define IDI_CONFLICT 161
441#define IDI_PROBLEM_OVL 500
442#define IDI_DISABLED_OVL 501
443#define IDI_FORCED_OVL 502
444#define IDI_CLASSICON_OVERLAYFIRST 500
445#define IDI_CLASSICON_OVERLAYLAST 502
446#define INF_STYLE_NONE 0x00000000
447#define INF_STYLE_OLDNT 0x00000001
448#define INF_STYLE_WIN4 0x00000002
449#define INF_STYLE_CACHE_ENABLE 0x00000010
450#define INF_STYLE_CACHE_DISABLE 0x00000020
451#define INFINFO_INF_SPEC_IS_HINF 1
452#define INFINFO_INF_NAME_IS_ABSOLUTE 2
453#define INFINFO_DEFAULT_SEARCH 3
454#define INFINFO_REVERSE_DEFAULT_SEARCH 4
455#define INFINFO_INF_PATH_LIST_SEARCH 5
456#define LogSevInformation 0
457#define LogSevWarning 1
458#define LogSevError 2
459#define LogSevFatalError 3
460#define LogSevMaximum 4
461#define LogSeverity DWORD
462#define MAX_INSTALLWIZARD_DYNAPAGES 20
463#define NDW_INSTALLFLAG_DIDFACTDEFS 0x00000001
464#define NDW_INSTALLFLAG_HARDWAREALLREADYIN 0x00000002
465#define NDW_INSTALLFLAG_NEEDSHUTDOWN 0x00000200
466#define NDW_INSTALLFLAG_EXPRESSINTRO 0x00000400
467#define NDW_INSTALLFLAG_SKIPISDEVINSTALLED 0x00000800
468#define NDW_INSTALLFLAG_NODETECTEDDEVS 0x00001000
469#define NDW_INSTALLFLAG_INSTALLSPECIFIC 0x00002000
470#define NDW_INSTALLFLAG_SKIPCLASSLIST 0x00004000
471#define NDW_INSTALLFLAG_CI_PICKED_OEM 0x00008000
472#define NDW_INSTALLFLAG_PCMCIAMODE 0x00010000
473#define NDW_INSTALLFLAG_PCMCIADEVICE 0x00020000
474#define NDW_INSTALLFLAG_USERCANCEL 0x00040000
475#define NDW_INSTALLFLAG_KNOWNCLASS 0x00080000
476#define NDW_INSTALLFLAG_NEEDRESTART 0x00000080
477#define NDW_INSTALLFLAG_NEEDREBOOT 0x00000100
478#define SETDIRID_NOT_FULL_PATH 0x00000001
479#define SP_COPY_DELETESOURCE 0x0000001
480#define SP_COPY_REPLACEONLY 0x0000002
481#define SP_COPY_NEWER 0x0000004
482#define SP_COPY_NEWER_OR_SAME 0x0000004
483#define SP_COPY_NOOVERWRITE 0x0000008
484#define SP_COPY_NODECOMP 0x0000010
485#define SP_COPY_LANGUAGEAWARE 0x0000020
486#define SP_COPY_SOURCE_ABSOLUTE 0x0000040
487#define SP_COPY_SOURCEPATH_ABSOLUTE 0x0000080
488#define SP_COPY_IN_USE_NEEDS_REBOOT 0x0000100
489#define SP_COPY_FORCE_IN_USE 0x0000200
490#define SP_COPY_NOSKIP 0x0000400
491#define SP_COPY_FORCE_NOOVERWRITE 0x0001000
492#define SP_COPY_FORCE_NEWER 0x0002000
493#define SP_COPY_WARNIFSKIP 0x0004000
494#define SP_COPY_NOBROWSE 0x0008000
495#define SP_COPY_NEWER_ONLY 0x0010000
496#define SP_COPY_SOURCE_SIS_MASTER 0x0020000
497#define SP_COPY_OEMINF_CATALOG_ONLY 0x0040000
498#define SP_COPY_REPLACE_BOOT_FILE 0x0080000
499#define SP_COPY_NOPRUNE 0x0100000
500#define SP_FLAG_CABINETCONTINUATION 0x0000800
501#define SPCRP_SECURITY 23
502#define SPCRP_SECURITY_SDS 24
503#define SPCRP_DEVTYPE 25
504#define SPCRP_EXCLUSIVE 26
505#define SPCRP_CHARACTERISTICS 27
506#define SPCRP_MAXIMUM_PROPERTY 28
507#define SPDIT_NODRIVER 0
508#define SPDIT_CLASSDRIVER 1
509#define SPDIT_COMPATDRIVER 2
510#define SPDRP_DEVICEDESC 0
511#define SPDRP_HARDWAREID 1
512#define SPDRP_COMPATIBLEIDS 2
513#define SPDRP_UNUSED0 3
514#define SPDRP_SERVICE 4
515#define SPDRP_UNUSED1 5
516#define SPDRP_UNUSED2 6
517#define SPDRP_CLASS 7
518#define SPDRP_CLASSGUID 8
519#define SPDRP_DRIVER 9
520#define SPDRP_CONFIGFLAGS 10
521#define SPDRP_MFG 11
522#define SPDRP_FRIENDLYNAME 12
523#define SPDRP_LOCATION_INFORMATION 13
524#define SPDRP_PHYSICAL_DEVICE_OBJECT_NAME 14
525#define SPDRP_CAPABILITIES 15
526#define SPDRP_UI_NUMBER 16
527#define SPDRP_UPPERFILTERS 17
528#define SPDRP_LOWERFILTERS 18
529#define SPDRP_BUSTYPEGUID 19
530#define SPDRP_LEGACYBUSTYPE 20
531#define SPDRP_BUSNUMBER 21
532#define SPDRP_ENUMERATOR_NAME 22
533#define SPDRP_SECURITY 23
534#define SPDRP_SECURITY_SDS 24
535#define SPDRP_DEVTYPE 25
536#define SPDRP_EXCLUSIVE 26
537#define SPDRP_CHARACTERISTICS 27
538#define SPDRP_ADDRESS 28
539#define SPDRP_UI_NUMBER_DESC_FORMAT 29
540#define SPDRP_DEVICE_POWER_DATA 30
541#define SPDRP_REMOVAL_POLICY 31
542#define SPDRP_REMOVAL_POLICY_HW_DEFAULT 32
543#define SPDRP_REMOVAL_POLICY_OVERRIDE 33
544#define SPDRP_INSTALL_STATE 34
545#define SPDRP_MAXIMUM_PROPERTY 35
546#define SPDSL_IGNORE_DISK 1
547#define SPDSL_DISALLOW_NEGATIVE_ADJUST 2
548
549#define SPFILENOTIFY_STARTQUEUE 1
550#define SPFILENOTIFY_ENDQUEUE 2
551#define SPFILENOTIFY_STARTSUBQUEUE 3
552#define SPFILENOTIFY_ENDSUBQUEUE 4
553#define SPFILENOTIFY_STARTDELETE 5
554#define SPFILENOTIFY_ENDDELETE 6
555#define SPFILENOTIFY_DELETEERROR 7
556#define SPFILENOTIFY_STARTRENAME 8
557#define SPFILENOTIFY_ENDRENAME 9
558#define SPFILENOTIFY_RENAMEERROR 10
559#define SPFILENOTIFY_STARTCOPY 11
560#define SPFILENOTIFY_ENDCOPY 12
561#define SPFILENOTIFY_COPYERROR 13
562#define SPFILENOTIFY_NEEDMEDIA 14
563#define SPFILENOTIFY_QUEUESCAN 15
564#define SPFILENOTIFY_CABINETINFO 16
565#define SPFILENOTIFY_FILEINCABINET 17
566#define SPFILENOTIFY_NEEDNEWCABINET 18
567#define SPFILENOTIFY_FILEEXTRACTED 19
568#define SPFILENOTIFY_FILEOPDELAYED 20
569#define SPFILENOTIFY_STARTBACKUP 21
570#define SPFILENOTIFY_BACKUPERROR 22
571#define SPFILENOTIFY_ENDBACKUP 23
572#define SPFILENOTIFY_QUEUESCAN_EX 24
573#define SPFILENOTIFY_STARTREGISTRATION 25
574#define SPFILENOTIFY_ENDREGISTRATION 26
575#define SPFILENOTIFY_LANGMISMATCH 0x00010000
576#define SPFILENOTIFY_TARGETEXISTS 0x00020000
577#define SPFILENOTIFY_TARGETNEWER 0x00040000
578#define SPFILELOG_SYSTEMLOG 0x00000001
579#define SPFILELOG_OEMFILE 0x00000001
580#define SPFILELOG_FORCENEW 0x00000002
581#define SPFILELOG_QUERYONLY 0x00000004
582#define SPFILEQ_FILE_IN_USE 0x00000001
583#define SPFILEQ_REBOOT_RECOMMENDED 0x00000002
584#define SPFILEQ_REBOOT_IN_PROGRESS 0x00000004
585#define SPINT_ACTIVE 0x00000001
586#define SPINT_DEFAULT 0x00000002
587#define SPINT_REMOVED 0x00000004
588#define SPID_ACTIVE 0x00000001
589#define SPID_DEFAULT 0x00000002
590#define SPID_REMOVED 0x00000004
591#define SPINST_LOGCONFIG 0x00000001
592#define SPINST_INIFILES 0x00000002
593#define SPINST_REGISTRY 0x00000004
594#define SPINST_INI2REG 0x00000008
595#define SPINST_FILES 0x00000010
596#define SPINST_BITREG 0x00000020
597#define SPINST_REGSVR 0x00000040
598#define SPINST_UNREGSVR 0x00000080
599#define SPINST_PROFILEITEMS 0x00000100
600#if (_SETUPAPI_VER >= 0x0501)
601#define SPINST_COPYINF 0x00000200
602#define SPINST_ALL 0x000003ff
603#else
604#define SPINST_ALL 0x000001ff
605#endif
606#define SPINST_SINGLESECTION 0x00010000
607#define SPINST_LOGCONFIG_IS_FORCED 0x00020000
608#define SPINST_LOGCONFIGS_ARE_OVERRIDES 0x00040000
609#if (_SETUPAPI_VER >= 0x0501)
610#define SPINST_REGISTERCALLBACKAWARE 0x00080000
611#endif
612#define SPOST_NONE 0
613#define SPOST_PATH 1
614#define SPOST_URL 2
615#define SPOST_MAX 3
616#define SPPSR_SELECT_DEVICE_RESOURCES 1
617#define SPPSR_ENUM_BASIC_DEVICE_PROPERTIES 2
618#define SPPSR_ENUM_ADV_DEVICE_PROPERTIES 3
619#define SPQ_SCAN_FILE_PRESENCE 0x00000001
620#define SPQ_DELAYED_COPY 0x00000001
621#define SPQ_SCAN_FILE_VALIDITY 0x00000002
622#define SPQ_SCAN_USE_CALLBACK 0x00000004
623#define SPQ_SCAN_USE_CALLBACKEX 0x00000008
624#define SPQ_SCAN_INFORM_USER 0x00000010
625#define SPQ_SCAN_PRUNE_COPY_QUEUE 0x00000020
626#define SPRDI_FIND_DUPS 0x00000001
627
628#define SPSVCINST_TAGTOFRONT 0x00000001
629#define SPSVCINST_ASSOCSERVICE 0x00000002
630#define SPSVCINST_DELETEEVENTLOGENTRY 0x00000004
631#define SPSVCINST_NOCLOBBER_DISPLAYNAME 0x00000008
632#define SPSVCINST_NOCLOBBER_STARTTYPE 0x00000010
633#define SPSVCINST_NOCLOBBER_ERRORCONTROL 0x00000020
634#define SPSVCINST_NOCLOBBER_LOADORDERGROUP 0x00000040
635#define SPSVCINST_NOCLOBBER_DEPENDENCIES 0x00000080
636#define SPSVCINST_NOCLOBBER_DESCRIPTION 0x00000100
637#define SPSVCINST_STOPSERVICE 0x00000200
638#define SPSVCINST_CLOBBER_SECURITY 0x00000400
639#define SPSVCINST_STARTSERVICE 0x00000800
640
641#define SPWPT_SELECTDEVICE 0x00000001
642#define SPWP_USE_DEVINFO_DATA 0x00000001
643#define SRCINFO_PATH 1
644#define SRCINFO_TAGFILE 2
645#define SRCINFO_DESCRIPTION 3
646#define SRCINFO_FLAGS 4
647#define SRCLIST_TEMPORARY 0x00000001
648#define SRCLIST_NOBROWSE 0x00000002
649#define SRCLIST_SYSTEM 0x00000010
650#define SRCLIST_USER 0x00000020
651#define SRCLIST_SYSIFADMIN 0x00000040
652#define SRCLIST_SUBDIRS 0x00000100
653#define SRCLIST_APPEND 0x00000200
654#define SRCLIST_NOSTRIPPLATFORM 0x00000400
655#define SPREG_SUCCESS 0x00000000
656#define SPREG_LOADLIBRARY 0x00000001
657#define SPREG_GETPROCADDR 0x00000002
658#define SPREG_REGSVR 0x00000003
659#define SPREG_DLLINSTALL 0x00000004
660#define SPREG_TIMEOUT 0x00000005
661#define SPREG_UNKNOWN 0xFFFFFFFF
662
663/* Flags for StringTableAddString and StringTableLookUpString */
664#define ST_CASE_SENSITIVE_COMPARE 0x00000001
665
666/* SetupUninstallOEMInf Flags values */
667#define SUOI_FORCEDELETE 0x00000001
668
669#ifndef RC_INVOKED
670typedef PVOID HINF;
676
678
679typedef enum {
687typedef struct _INFCONTEXT {
688 PVOID Inf;
691 UINT Line;
693typedef struct _SP_INF_INFORMATION {
698typedef struct _SP_INF_SIGNER_INFO_A {
704typedef struct _SP_INF_SIGNER_INFO_W {
724 union
725 {
732#if _WIN32_WINNT <= 0x0500
735#else
738#endif
749typedef struct _FILEPATHS_A {
755typedef struct _FILEPATHS_W {
761typedef struct _SOURCE_MEDIA_A {
769typedef struct _SOURCE_MEDIA_W {
777typedef struct _CABINET_INFO_A {
784typedef struct _CABINET_INFO_W {
837typedef struct _SP_DEVINFO_DATA {
849/* For backward compatability */
851
860/* For backward compatability */
865
878
914typedef struct _SP_MOVEDEV_PARAMS {
918typedef struct _SP_PROPCHANGE_PARAMS {
961
1041
1042#ifdef UNICODE
1045#else
1048#endif
1049
1050#if USE_SP_DRVINFO_DATA_V1
1054#else
1058#endif
1059
1061
1091
1092
1119
1120
1121#ifdef UNICODE
1131 *PSP_INTERFACE_DEVICE_DETAIL_DATA; /* deprecated */
1145#else
1170#endif /* UNICODE */
1171
1172
1188
1207
1209UINT
1210WINAPI
1213 _In_opt_ PCSTR DialogTitle,
1214 _In_opt_ PCSTR DiskName,
1215 _In_ PCSTR PathToSource,
1216 _In_ PCSTR SourceFile,
1217 _In_opt_ PCSTR TargetPathFile,
1218 _In_ UINT Win32ErrorCode,
1220 _Out_writes_opt_(PathBufferSize) PSTR PathBuffer,
1221 _In_ DWORD PathBufferSize,
1222 _Out_opt_ PDWORD PathRequiredSize);
1223
1225UINT
1226WINAPI
1229 _In_opt_ PCWSTR DialogTitle,
1230 _In_opt_ PCWSTR DiskName,
1231 _In_ PCWSTR PathToSource,
1232 _In_ PCWSTR SourceFile,
1233 _In_opt_ PCWSTR TargetPathFile,
1234 _In_ UINT Win32ErrorCode,
1236 _Out_writes_opt_(PathBufferSize) PWSTR PathBuffer,
1237 _In_ DWORD PathBufferSize,
1238 _Out_opt_ PDWORD PathRequiredSize);
1239
1241BOOL
1242WINAPI
1244 _In_ PCSTR SourceInfFileName,
1245 _In_opt_ PCSTR OEMSourceMediaLocation,
1246 _In_ DWORD OEMSourceMediaType,
1247 _In_ DWORD CopyStyle,
1248 _Out_writes_opt_(DestinationInfFileNameSize) PSTR DestinationInfFileName,
1249 _In_ DWORD DestinationInfFileNameSize,
1251 _Out_opt_ PSTR *DestinationInfFileNameComponent);
1252
1254BOOL
1255WINAPI
1257 _In_ PCWSTR SourceInfFileName,
1258 _In_opt_ PCWSTR OEMSourceMediaLocation,
1259 _In_ DWORD OEMSourceMediaType,
1260 _In_ DWORD CopyStyle,
1261 _Out_writes_opt_(DestinationInfFileNameSize) PWSTR DestinationInfFileName,
1262 _In_ DWORD DestinationInfFileNameSize,
1264 _Out_opt_ PWSTR *DestinationInfFileNameComponent);
1265
1276
1277_Success_(return != FALSE)
1279BOOL
1280WINAPI
1286
1287_Success_(return != FALSE)
1289BOOL
1290WINAPI
1298
1299_Success_(return != FALSE)
1301BOOL
1302WINAPI
1310
1315
1316_Success_(return != FALSE)
1318BOOL
1319WINAPI
1321 _In_ PCSTR ClassName,
1325
1326_Success_(return != FALSE)
1328BOOL
1329WINAPI
1331 _In_ PCWSTR ClassName,
1335
1336_Success_(return != FALSE)
1338BOOL
1339WINAPI
1341 _In_ PCSTR ClassName,
1347
1348_Success_(return != FALSE)
1350BOOL
1351WINAPI
1353 _In_ PCWSTR ClassName,
1359
1361BOOL
1362WINAPI
1364 _In_ CONST GUID *ClassGuid,
1365 _Out_writes_(ClassNameSize) PSTR ClassName,
1366 _In_ DWORD ClassNameSize,
1368
1370BOOL
1371WINAPI
1373 _In_ CONST GUID *ClassGuid,
1374 _Out_writes_(ClassNameSize) PWSTR ClassName,
1375 _In_ DWORD ClassNameSize,
1377
1379BOOL
1380WINAPI
1382 _In_ CONST GUID *ClassGuid,
1383 _Out_writes_(ClassNameSize) PSTR ClassName,
1384 _In_ DWORD ClassNameSize,
1388
1390BOOL
1391WINAPI
1393 _In_ CONST GUID *ClassGuid,
1394 _Out_writes_(ClassNameSize) PWSTR ClassName,
1395 _In_ DWORD ClassNameSize,
1399
1423
1425BOOL
1426WINAPI
1428 _In_ HINF InfHandle,
1429 _In_ PCSTR InfSectionName,
1430 _Out_writes_opt_(InfSectionWithExtSize) PSTR InfSectionWithExt,
1431 _In_ DWORD InfSectionWithExtSize,
1434
1436BOOL
1437WINAPI
1439 _In_ HINF InfHandle,
1440 _In_ PCWSTR InfSectionName,
1441 _Out_writes_opt_(InfSectionWithExtSize) PWSTR InfSectionWithExt,
1442 _In_ DWORD InfSectionWithExtSize,
1445
1447BOOL
1448WINAPI
1450 _In_ HINF InfHandle,
1451 _In_ PCSTR InfSectionName,
1452 _In_opt_ PSP_ALTPLATFORM_INFO AlternatePlatformInfo,
1453 _Out_writes_opt_(InfSectionWithExtSize) PSTR InfSectionWithExt,
1454 _In_ DWORD InfSectionWithExtSize,
1458
1460BOOL
1461WINAPI
1463 _In_ HINF InfHandle,
1464 _In_ PCWSTR InfSectionName,
1465 _In_opt_ PSP_ALTPLATFORM_INFO AlternatePlatformInfo,
1466 _Out_writes_opt_(InfSectionWithExtSize) PWSTR InfSectionWithExt,
1467 _In_ DWORD InfSectionWithExtSize,
1471
1473BOOL
1474WINAPI
1477 _In_opt_ PSP_ALTPLATFORM_INFO AlternatePlatformInfo,
1478 _Out_writes_opt_(InfSectionWithExtSize) PSTR InfSectionWithExt,
1479 _In_ DWORD InfSectionWithExtSize,
1482
1484BOOL
1485WINAPI
1488 _In_opt_ PSP_ALTPLATFORM_INFO AlternatePlatformInfo,
1489 _Out_writes_opt_(InfSectionWithExtSize) PWSTR InfSectionWithExt,
1490 _In_ DWORD InfSectionWithExtSize,
1493
1494#ifdef UNICODE
1495#define SetupDiGetActualModelsSection SetupDiGetActualModelsSectionW
1496#else
1497#define SetupDiGetActualModelsSection SetupDiGetActualModelsSectionA
1498#endif
1499
1501
1503BOOL
1504WINAPI
1506 _In_ CONST GUID *ClassGuid,
1507 _Out_writes_(ClassDescriptionSize) PSTR ClassDescription,
1508 _In_ DWORD ClassDescriptionSize,
1510
1512BOOL
1513WINAPI
1515 _In_ CONST GUID *ClassGuid,
1516 _Out_writes_(ClassDescriptionSize) PWSTR ClassDescription,
1517 _In_ DWORD ClassDescriptionSize,
1519
1521BOOL
1522WINAPI
1524 _In_ CONST GUID *ClassGuid,
1525 _Out_writes_(ClassDescriptionSize) PSTR ClassDescription,
1526 _In_ DWORD ClassDescriptionSize,
1530
1532BOOL
1533WINAPI
1535 _In_ CONST GUID *ClassGuid,
1536 _Out_writes_(ClassDescriptionSize) PWSTR ClassDescription,
1537 _In_ DWORD ClassDescriptionSize,
1541
1552
1553_Success_(return != FALSE)
1555BOOL
1556WINAPI
1563
1564_Success_(return != FALSE)
1566BOOL
1567WINAPI
1574
1575_Success_(return != FALSE)
1577BOOL
1578WINAPI
1580 _In_ CONST GUID *ClassGuid,
1588
1589_Success_(return != FALSE)
1591BOOL
1592WINAPI
1594 _In_ CONST GUID *ClassGuid,
1602
1608
1610BOOL
1611WINAPI
1615 _Out_writes_opt_(DeviceInstanceIdSize) PSTR DeviceInstanceId,
1616 _In_ DWORD DeviceInstanceIdSize,
1618
1620BOOL
1621WINAPI
1625 _Out_writes_opt_(DeviceInstanceIdSize) PWSTR DeviceInstanceId,
1626 _In_ DWORD DeviceInstanceIdSize,
1628
1630
1631_Success_(return != FALSE)
1632_At_((LPSTR)DeviceInterfaceDetailData->DevicePath, _Post_z_)
1634BOOL
1635WINAPI
1638 _In_ PSP_DEVICE_INTERFACE_DATA DeviceInterfaceData,
1639 _Inout_updates_bytes_to_opt_(DeviceInterfaceDetailDataSize, *RequiredSize) PSP_DEVICE_INTERFACE_DETAIL_DATA_A DeviceInterfaceDetailData,
1640 _In_ DWORD DeviceInterfaceDetailDataSize,
1643
1644_Success_(return != FALSE)
1645_At_((LPWSTR)DeviceInterfaceDetailData->DevicePath, _Post_z_)
1647BOOL
1648WINAPI
1651 _In_ PSP_DEVICE_INTERFACE_DATA DeviceInterfaceData,
1652 _Out_writes_bytes_to_opt_(DeviceInterfaceDetailDataSize, *RequiredSize) PSP_DEVICE_INTERFACE_DETAIL_DATA_W DeviceInterfaceDetailData,
1653 _In_ DWORD DeviceInterfaceDetailDataSize,
1656
1657_Success_(return != FALSE)
1662BOOL
1663WINAPI
1664SetupDiGetDevicePropertyW(
1673
1678BOOL
1679WINAPI
1688
1693BOOL
1694WINAPI
1703
1705BOOL
1706WINAPI
1710 _In_ PSP_DRVINFO_DATA_A DriverInfoData,
1711 _Inout_updates_bytes_opt_(DriverInfoDetailDataSize) PSP_DRVINFO_DETAIL_DATA_A DriverInfoDetailData,
1712 _In_ DWORD DriverInfoDetailDataSize,
1714
1716BOOL
1717WINAPI
1721 _In_ PSP_DRVINFO_DATA_W DriverInfoData,
1722 _Inout_updates_bytes_opt_(DriverInfoDetailDataSize) PSP_DRVINFO_DETAIL_DATA_W DriverInfoDetailData,
1723 _In_ DWORD DriverInfoDetailDataSize,
1725
1728
1730BOOL
1731WINAPI
1733 _In_ DWORD HwProfile,
1734 _Out_writes_(FriendlyNameSize) PSTR FriendlyName,
1735 _In_ DWORD FriendlyNameSize,
1737
1739BOOL
1740WINAPI
1742 _In_ DWORD HwProfile,
1743 _Out_writes_(FriendlyNameSize) PWSTR FriendlyName,
1744 _In_ DWORD FriendlyNameSize,
1746
1748BOOL
1749WINAPI
1751 _In_ DWORD HwProfile,
1752 _Out_writes_(FriendlyNameSize) PSTR FriendlyName,
1753 _In_ DWORD FriendlyNameSize,
1757
1759BOOL
1760WINAPI
1762 _In_ DWORD HwProfile,
1763 _Out_writes_(FriendlyNameSize) PWSTR FriendlyName,
1764 _In_ DWORD FriendlyNameSize,
1768
1770
1773BOOL
1774WINAPI
1775SetupDiGetHwProfileList(
1780
1783BOOL
1784WINAPI
1785SetupDiGetHwProfileListExA(
1792
1795BOOL
1796WINAPI
1797SetupDiGetHwProfileListExW(
1804
1806BOOL
1807WINAPI
1809 _In_ PCSTR InfName,
1810 _Out_ LPGUID ClassGuid,
1811 _Out_writes_(ClassNameSize) PSTR ClassName,
1812 _In_ DWORD ClassNameSize,
1814
1816BOOL
1817WINAPI
1819 _In_ PCWSTR InfName,
1820 _Out_ LPGUID ClassGuid,
1821 _Out_writes_(ClassNameSize) PWSTR ClassName,
1822 _In_ DWORD ClassNameSize,
1824
1855
1857BOOL
1858WINAPI
1864
1866BOOL
1867WINAPI
1873
1875BOOL
1876WINAPI
1878 _In_ CONST GUID *ClassGuid,
1884
1886BOOL
1887WINAPI
1889 _In_ CONST GUID *ClassGuid,
1895
1898
1900BOOL
1901WINAPI
1908
1910BOOL
1911WINAPI
1918
1936
1939BOOL
1940WINAPI
1947
1951
1953BOOL
1954WINAPI
1956 _In_ PCSTR SourceFileName,
1957 _In_reads_opt_(ActualSourceFileNameBufferLen) PSTR ActualSourceFileNameBuffer,
1958 _In_ DWORD ActualSourceFileNameBufferLen,
1959 _Out_opt_ PDWORD RequiredBufferLen,
1960 _Out_ PDWORD SourceFileSize,
1961 _Out_ PDWORD TargetFileSize,
1962 _Out_ PUINT CompressionType);
1963
1965BOOL
1966WINAPI
1968 _In_ PCWSTR SourceFileName,
1969 _In_reads_opt_(ActualSourceFileNameBufferLen) PWSTR ActualSourceFileNameBuffer,
1970 _In_ DWORD ActualSourceFileNameBufferLen,
1971 _Out_opt_ PDWORD RequiredBufferLen,
1972 _Out_ PDWORD SourceFileSize,
1973 _Out_ PDWORD TargetFileSize,
1974 _Out_ PUINT CompressionType);
1975
1977BOOL
1978WINAPI
1980 _In_opt_ PCSTR DirectoryPath,
1981 _In_ DWORD InfStyle,
1985
1987BOOL
1988WINAPI
1990 _In_opt_ PCWSTR DirectoryPath,
1991 _In_ DWORD InfStyle,
1992 _Out_writes_(ReturnBufferSize) PWSTR ReturnBuffer,
1995
1998BOOL
1999WINAPI
2001 _In_ LPCVOID InfSpec,
2006
2009BOOL
2010WINAPI
2012 _In_ LPCVOID InfSpec,
2017
2023
2025BOOL
2026WINAPI
2029 _In_opt_ HINF InfHandle,
2030 _In_opt_ PCSTR Section,
2035
2037BOOL
2038WINAPI
2041 _In_opt_ HINF InfHandle,
2042 _In_opt_ PCWSTR Section,
2047
2049BOOL
2050WINAPI
2057
2059BOOL
2060WINAPI
2067
2069BOOL
2070WINAPI
2072 _In_ HINF InfHandle,
2073 _In_opt_ PINFCONTEXT InfContext,
2075 _Out_ PUINT SourceId,
2079
2081BOOL
2082WINAPI
2084 _In_ HINF InfHandle,
2085 _In_opt_ PINFCONTEXT InfContext,
2087 _Out_ PUINT SourceId,
2091
2094
2096BOOL
2097WINAPI
2099 _In_ HINF InfHandle,
2100 _In_ UINT SourceId,
2101 _In_ UINT InfoDesired,
2105
2107BOOL
2108WINAPI
2110 _In_ HINF InfHandle,
2111 _In_ UINT SourceId,
2112 _In_ UINT InfoDesired,
2116
2118BOOL
2119WINAPI
2126
2128BOOL
2129WINAPI
2136
2138BOOL
2139WINAPI
2141 _In_ HINF InfHandle,
2142 _In_opt_ PINFCONTEXT InfContext,
2143 _In_opt_ PCSTR Section,
2147
2149BOOL
2150WINAPI
2152 _In_ HINF InfHandle,
2153 _In_opt_ PINFCONTEXT InfContext,
2154 _In_opt_ PCWSTR Section,
2158
2181
2183BOOL
2184WINAPI
2187 _In_ HINF InfHandle,
2188 _Out_opt_ PUINT ErrorLine);
2189
2191BOOL
2192WINAPI
2195 _In_ HINF InfHandle,
2196 _Out_opt_ PUINT ErrorLine);
2197
2199
2201HINF
2202WINAPI
2205 _In_opt_ PCSTR InfClass,
2206 _In_ DWORD InfStyle,
2207 _Out_opt_ PUINT ErrorLine);
2208
2210HINF
2211WINAPI
2214 _In_opt_ PCWSTR InfClass,
2215 _In_ DWORD InfStyle,
2216 _Out_opt_ PUINT ErrorLine);
2217
2220
2222UINT
2223WINAPI
2226 _In_opt_ PCSTR DialogTitle,
2227 _In_opt_ PCSTR DiskName,
2228 _In_opt_ PCSTR PathToSource,
2229 _In_ PCSTR FileSought,
2230 _In_opt_ PCSTR TagFile,
2231 _In_ DWORD DiskPromptStyle,
2232 _Out_writes_opt_(PathBufferSize) PSTR PathBuffer,
2233 _In_ DWORD PathBufferSize,
2234 _Out_opt_ PDWORD PathRequiredSize);
2235
2237UINT
2238WINAPI
2241 _In_opt_ PCWSTR DialogTitle,
2242 _In_opt_ PCWSTR DiskName,
2243 _In_opt_ PCWSTR PathToSource,
2244 _In_ PCWSTR FileSought,
2245 _In_opt_ PCWSTR TagFile,
2246 _In_ DWORD DiskPromptStyle,
2247 _Out_writes_opt_(PathBufferSize) PWSTR PathBuffer,
2248 _In_ DWORD PathBufferSize,
2249 _Out_opt_ PDWORD PathRequiredSize);
2250
2254
2256BOOL
2257WINAPI
2259 _In_ HDSKSPC DiskSpace,
2263
2265BOOL
2266WINAPI
2268 _In_ HDSKSPC DiskSpace,
2272
2274BOOL
2275WINAPI
2277 _In_ HSPFILELOG FileLogHandle,
2278 _In_opt_ PCSTR LogSectionName,
2279 _In_ PCSTR TargetFilename,
2280 _In_ SetupFileLogInfo DesiredInfo,
2284
2286BOOL
2287WINAPI
2289 _In_ HSPFILELOG FileLogHandle,
2290 _In_opt_ PCWSTR LogSectionName,
2291 _In_ PCWSTR TargetFilename,
2292 _In_ SetupFileLogInfo DesiredInfo,
2296
2298BOOL
2299WINAPI
2301 _In_ PSP_INF_INFORMATION InfInformation,
2302 _In_ UINT InfIndex,
2306
2308BOOL
2309WINAPI
2311 _In_ PSP_INF_INFORMATION InfInformation,
2312 _In_ UINT InfIndex,
2316
2318BOOL
2319WINAPI
2321 _In_ PSP_INF_INFORMATION InfInformation,
2322 _In_ UINT InfIndex,
2323 _In_opt_ PSP_ALTPLATFORM_INFO AlternatePlatformInfo,
2324 _Out_ PSP_ORIGINAL_FILE_INFO_A OriginalFileInfo);
2325
2327BOOL
2328WINAPI
2330 _In_ PSP_INF_INFORMATION InfInformation,
2331 _In_ UINT InfIndex,
2332 _In_opt_ PSP_ALTPLATFORM_INFO AlternatePlatformInfo,
2333 _Out_ PSP_ORIGINAL_FILE_INFO_W OriginalFileInfo);
2334
2336BOOL
2337WINAPI
2339 _In_ PSP_INF_INFORMATION InfInformation,
2340 _In_ UINT InfIndex,
2345
2347BOOL
2348WINAPI
2350 _In_ PSP_INF_INFORMATION InfInformation,
2351 _In_ UINT InfIndex,
2356
2398
2400BOOL
2401WINAPI
2406
2408BOOL
2409WINAPI
2414
2417
2419BOOL
2420WINAPI
2422 _In_ PCSTR InfFileName,
2425
2427BOOL
2428WINAPI
2430 _In_ PCWSTR InfFileName,
2433
2435
2436
2450
2451
2464
2467
2468
2471
2472
2473/* for backward compatability */
2474#define SetupDiCreateInterfaceDeviceW SetupDiCreateDeviceInterfaceW
2475#define SetupDiCreateInterfaceDeviceRegKeyW SetupDiCreateDeviceInterfaceRegKeyW
2476#define SetupDiOpenInterfaceDeviceW SetupDiOpenDeviceInterfaceW
2477#define SetupDiGetInterfaceDeviceDetailW SetupDiGetDeviceInterfaceDetailW
2478#define SetupDiCreateInterfaceDeviceA SetupDiCreateDeviceInterfaceA
2479#define SetupDiCreateInterfaceDeviceRegKeyA SetupDiCreateDeviceInterfaceRegKeyA
2480#define SetupDiOpenInterfaceDeviceA SetupDiOpenDeviceInterfaceA
2481#define SetupDiGetInterfaceDeviceDetailA SetupDiGetDeviceInterfaceDetailA
2482
2483#ifdef UNICODE
2484#define PSP_FILE_CALLBACK PSP_FILE_CALLBACK_W
2485#define InstallHinfSection InstallHinfSectionW
2486#define SetupAddInstallSectionToDiskSpaceList SetupAddInstallSectionToDiskSpaceListW
2487#define SetupAddSectionToDiskSpaceList SetupAddSectionToDiskSpaceListW
2488#define SetupAddToDiskSpaceList SetupAddToDiskSpaceListW
2489#define SetupAddToSourceList SetupAddToSourceListW
2490#define SetupAdjustDiskSpaceList SetupAdjustDiskSpaceListW
2491#define SetupBackupError SetupBackupErrorW
2492#define SetupCommitFileQueue SetupCommitFileQueueW
2493#define SetupCopyError SetupCopyErrorW
2494#define SetupCopyOEMInf SetupCopyOEMInfW
2495#define SetupCreateDiskSpaceList SetupCreateDiskSpaceListW
2496#define SetupDecompressOrCopyFile SetupDecompressOrCopyFileW
2497#define SetupDefaultQueueCallback SetupDefaultQueueCallbackW
2498#define SetupDeleteError SetupDeleteErrorW
2499#define SetupDiBuildClassInfoListEx SetupDiBuildClassInfoListExW
2500#define SetupDiClassGuidsFromNameEx SetupDiClassGuidsFromNameExW
2501#define SetupDiClassGuidsFromName SetupDiClassGuidsFromNameW
2502#define SetupDiClassNameFromGuidEx SetupDiClassNameFromGuidExW
2503#define SetupDiClassNameFromGuid SetupDiClassNameFromGuidW
2504#define SetupDiCreateDeviceInfoListEx SetupDiCreateDeviceInfoListExW
2505#define SetupDiCreateDeviceInfo SetupDiCreateDeviceInfoW
2506#define SetupDiCreateDeviceInterfaceRegKey SetupDiCreateDeviceInterfaceRegKeyW
2507#define SetupDiCreateInterfaceDeviceRegKey SetupDiCreateDeviceInterfaceRegKeyW
2508#define SetupDiCreateDeviceInterface SetupDiCreateDeviceInterfaceW
2509#define SetupDiCreateInterfaceDevice SetupDiCreateDeviceInterfaceW
2510#define SetupDiCreateDevRegKey SetupDiCreateDevRegKeyW
2511#define SetupDiEnumDriverInfo SetupDiEnumDriverInfoW
2512#define SetupDiGetActualSectionToInstall SetupDiGetActualSectionToInstallW
2513#define SetupDiGetActualSectionToInstallEx SetupDiGetActualSectionToInstallExW
2514#define SetupDiGetClassDescriptionEx SetupDiGetClassDescriptionExW
2515#define SetupDiGetClassDescription SetupDiGetClassDescriptionW
2516#define SetupDiGetClassDevPropertySheets SetupDiGetClassDevPropertySheetsW
2517#define SetupDiGetClassDevsEx SetupDiGetClassDevsExW
2518#define SetupDiGetClassDevs SetupDiGetClassDevsW
2519#define SetupDiGetClassImageListEx SetupDiGetClassImageListExW
2520#define SetupDiGetClassInstallParams SetupDiGetClassInstallParamsW
2521#define SetupDiGetClassRegistryProperty SetupDiGetClassRegistryPropertyW
2522#define SetupDiGetDeviceInfoListDetail SetupDiGetDeviceInfoListDetailW
2523#define SetupDiGetDeviceInstallParams SetupDiGetDeviceInstallParamsW
2524#define SetupDiGetDeviceInstanceId SetupDiGetDeviceInstanceIdW
2525#define SetupDiGetDeviceInterfaceDetail SetupDiGetDeviceInterfaceDetailW
2526#define SetupDiGetInterfaceDeviceDetail SetupDiGetDeviceInterfaceDetailW
2527#define SetupDiGetDeviceProperty SetupDiGetDevicePropertyW
2528#define SetupDiGetDeviceRegistryProperty SetupDiGetDeviceRegistryPropertyW
2529#define SetupDiGetDriverInfoDetail SetupDiGetDriverInfoDetailW
2530#define SetupDiGetDriverInstallParams SetupDiGetDriverInstallParamsW
2531#define SetupDiGetHwProfileFriendlyNameEx SetupDiGetHwProfileFriendlyNameExW
2532#define SetupDiGetHwProfileFriendlyName SetupDiGetHwProfileFriendlyNameW
2533#define SetupDiGetHwProfileListEx SetupDiGetHwProfileListExW
2534#define SetupDiGetINFClass SetupDiGetINFClassW
2535#define SetupDiGetSelectedDriver SetupDiGetSelectedDriverW
2536#define SetupDiInstallClassEx SetupDiInstallClassExW
2537#define SetupDiInstallClass SetupDiInstallClassW
2538#define SetupDiOpenClassRegKeyEx SetupDiOpenClassRegKeyExW
2539#define SetupDiOpenDeviceInfo SetupDiOpenDeviceInfoW
2540#define SetupDiOpenDeviceInterface SetupDiOpenDeviceInterfaceW
2541#define SetupDiOpenInterfaceDevice SetupDiOpenDeviceInterfaceW
2542#define SetupDiSetClassInstallParams SetupDiSetClassInstallParamsW
2543#define SetupDiSetClassRegistryProperty SetupDiSetClassRegistryPropertyW
2544#define SetupDiSetDeviceInstallParams SetupDiSetDeviceInstallParamsW
2545#define SetupDiSetDeviceRegistryProperty SetupDiSetDeviceRegistryPropertyW
2546#define SetupDiSetDriverInstallParams SetupDiSetDriverInstallParamsW
2547#define SetupDiSetSelectedDriver SetupDiSetSelectedDriverW
2548#define SetupDuplicateDiskSpaceList SetupDuplicateDiskSpaceListW
2549#define SetupFindFirstLine SetupFindFirstLineW
2550#define SetupFindNextMatchLine SetupFindNextMatchLineW
2551#define SetupFreeSourceList SetupFreeSourceListW
2552#define SetupGetBackupInformation SetupGetBackupInformationW
2553#define SetupGetFileCompressionInfo SetupGetFileCompressionInfoW
2554#define SetupGetFileCompressionInfoEx SetupGetFileCompressionInfoExW
2555#define SetupGetInfFileList SetupGetInfFileListW
2556#define SetupGetInfInformation SetupGetInfInformationW
2557#define SetupGetLineByIndex SetupGetLineByIndexW
2558#define SetupGetLineCount SetupGetLineCountW
2559#define SetupGetLineText SetupGetLineTextW
2560#define SetupGetMultiSzField SetupGetMultiSzFieldW
2561#define SetupGetSourceFileLocation SetupGetSourceFileLocationW
2562#define SetupGetSourceFileSize SetupGetSourceFileSizeW
2563#define SetupGetSourceInfo SetupGetSourceInfoW
2564#define SetupGetStringField SetupGetStringFieldW
2565#define SetupGetTargetPath SetupGetTargetPathW
2566#define SetupInitializeFileLog SetupInitializeFileLogW
2567#define SetupInstallFileEx SetupInstallFileExW
2568#define SetupInstallFilesFromInfSection SetupInstallFilesFromInfSectionW
2569#define SetupInstallFile SetupInstallFileW
2570#define SetupInstallFromInfSection SetupInstallFromInfSectionW
2571#define SetupInstallServicesFromInfSectionEx SetupInstallServicesFromInfSectionExW
2572#define SetupInstallServicesFromInfSection SetupInstallServicesFromInfSectionW
2573#define SetupIterateCabinet SetupIterateCabinetW
2574#define SetupLogError SetupLogErrorW
2575#define SetupLogFile SetupLogFileW
2576#define SetupOpenAppendInfFile SetupOpenAppendInfFileW
2577#define SetupOpenInfFile SetupOpenInfFileW
2578#define SetupPromptForDisk SetupPromptForDiskW
2579#define SetupQueryDrivesInDiskSpaceList SetupQueryDrivesInDiskSpaceListW
2580#define SetupQueryFileLog SetupQueryFileLogW
2581#define SetupQueryInfFileInformation SetupQueryInfFileInformationW
2582#define SetupQueryInfOriginalFileInformation SetupQueryInfOriginalFileInformationW
2583#define SetupQueryInfVersionInformation SetupQueryInfVersionInformationW
2584#define SetupQuerySourceList SetupQuerySourceListW
2585#define SetupQuerySpaceRequiredOnDrive SetupQuerySpaceRequiredOnDriveW
2586#define SetupQueueCopyIndirect SetupQueueCopyIndirectW
2587#define SetupQueueCopySection SetupQueueCopySectionW
2588#define SetupQueueCopy SetupQueueCopyW
2589#define SetupQueueDefaultCopy SetupQueueDefaultCopyW
2590#define SetupQueueDeleteSection SetupQueueDeleteSectionW
2591#define SetupQueueDelete SetupQueueDeleteW
2592#define SetupQueueRenameSection SetupQueueRenameSectionW
2593#define SetupQueueRename SetupQueueRenameW
2594#define SetupRemoveFileLogEntry SetupRemoveFileLogEntryW
2595#define SetupRemoveFromDiskSpaceList SetupRemoveFromDiskSpaceListW
2596#define SetupRemoveFromSourceList SetupRemoveFromSourceListW
2597#define SetupRemoveInstallSectionFromDiskSpaceList SetupRemoveInstallSectionFromDiskSpaceListW
2598#define SetupRemoveSectionFromDiskSpaceList SetupRemoveSectionFromDiskSpaceListW
2599#define SetupRenameError SetupRenameErrorW
2600#define SetupScanFileQueue SetupScanFileQueueW
2601#define SetupSetDirectoryIdEx SetupSetDirectoryIdExW
2602#define SetupSetDirectoryId SetupSetDirectoryIdW
2603#define SetupSetFileQueueAlternatePlatform SetupSetFileQueueAlternatePlatformW
2604#define SetupSetPlatformPathOverride SetupSetPlatformPathOverrideW
2605#define SetupSetSourceList SetupSetSourceListW
2606#define SetupUninstallOEMInf SetupUninstallOEMInfW
2607#else
2608#define PSP_FILE_CALLBACK PSP_FILE_CALLBACK_A
2609#define InstallHinfSection InstallHinfSectionA
2610#define SetupAddInstallSectionToDiskSpaceList SetupAddInstallSectionToDiskSpaceListA
2611#define SetupAddSectionToDiskSpaceList SetupAddSectionToDiskSpaceListA
2612#define SetupAddToDiskSpaceList SetupAddToDiskSpaceListA
2613#define SetupAddToSourceList SetupAddToSourceListA
2614#define SetupAdjustDiskSpaceList SetupAdjustDiskSpaceListA
2615#define SetupBackupError SetupBackupErrorA
2616#define SetupCommitFileQueue SetupCommitFileQueueA
2617#define SetupCopyError SetupCopyErrorA
2618#define SetupCopyOEMInf SetupCopyOEMInfA
2619#define SetupCreateDiskSpaceList SetupCreateDiskSpaceListA
2620#define SetupDecompressOrCopyFile SetupDecompressOrCopyFileA
2621#define SetupDefaultQueueCallback SetupDefaultQueueCallbackA
2622#define SetupDeleteError SetupDeleteErrorA
2623#define SetupDiBuildClassInfoListEx SetupDiBuildClassInfoListExA
2624#define SetupDiClassGuidsFromName SetupDiClassGuidsFromNameA
2625#define SetupDiClassGuidsFromNameEx SetupDiClassGuidsFromNameExA
2626#define SetupDiClassNameFromGuid SetupDiClassNameFromGuidA
2627#define SetupDiClassNameFromGuidEx SetupDiClassNameFromGuidExA
2628#define SetupDiCreateDeviceInfo SetupDiCreateDeviceInfoA
2629#define SetupDiCreateDeviceInfoListEx SetupDiCreateDeviceInfoListExA
2630#define SetupDiCreateDeviceInterface SetupDiCreateDeviceInterfaceA
2631#define SetupDiCreateInterfaceDevice SetupDiCreateDeviceInterfaceA
2632#define SetupDiCreateDeviceInterfaceRegKey SetupDiCreateDeviceInterfaceRegKeyA
2633#define SetupDiCreateInterfaceDeviceRegKey SetupDiCreateDeviceInterfaceRegKeyA
2634#define SetupDiCreateDevRegKey SetupDiCreateDevRegKeyA
2635#define SetupDiDeleteInterfaceDeviceData SetupDiDeleteDeviceInterfaceData
2636#define SetupDiEnumDriverInfo SetupDiEnumDriverInfoA
2637#define SetupDiGetActualSectionToInstall SetupDiGetActualSectionToInstallA
2638#define SetupDiGetActualSectionToInstallEx SetupDiGetActualSectionToInstallExA
2639#define SetupDiGetClassDescription SetupDiGetClassDescriptionA
2640#define SetupDiGetClassDescriptionEx SetupDiGetClassDescriptionExA
2641#define SetupDiGetClassDevPropertySheets SetupDiGetClassDevPropertySheetsA
2642#define SetupDiGetClassDevs SetupDiGetClassDevsA
2643#define SetupDiGetClassDevsEx SetupDiGetClassDevsExA
2644#define SetupDiGetClassImageListEx SetupDiGetClassImageListExA
2645#define SetupDiGetClassInstallParams SetupDiGetClassInstallParamsA
2646#define SetupDiGetClassRegistryProperty SetupDiGetClassRegistryPropertyA
2647#define SetupDiGetDeviceInfoListDetail SetupDiGetDeviceInfoListDetailA
2648#define SetupDiGetDeviceInstallParams SetupDiGetDeviceInstallParamsA
2649#define SetupDiGetDeviceInstanceId SetupDiGetDeviceInstanceIdA
2650#define SetupDiGetDeviceInterfaceDetail SetupDiGetDeviceInterfaceDetailA
2651#define SetupDiGetInterfaceDeviceDetail SetupDiGetDeviceInterfaceDetailA
2652#define SetupDiGetDeviceRegistryProperty SetupDiGetDeviceRegistryPropertyA
2653#define SetupDiGetDriverInfoDetail SetupDiGetDriverInfoDetailA
2654#define SetupDiGetDriverInstallParams SetupDiGetDriverInstallParamsA
2655#define SetupDiGetHwProfileFriendlyName SetupDiGetHwProfileFriendlyNameA
2656#define SetupDiGetHwProfileFriendlyNameEx SetupDiGetHwProfileFriendlyNameExA
2657#define SetupDiGetHwProfileListEx SetupDiGetHwProfileListExA
2658#define SetupDiGetINFClass SetupDiGetINFClassA
2659#define SetupDiGetSelectedDriver SetupDiGetSelectedDriverA
2660#define SetupDiInstallClass SetupDiInstallClassA
2661#define SetupDiInstallClassEx SetupDiInstallClassExA
2662#define SetupDiOpenClassRegKeyEx SetupDiOpenClassRegKeyExA
2663#define SetupDiOpenDeviceInfo SetupDiOpenDeviceInfoA
2664#define SetupDiOpenDeviceInterface SetupDiOpenDeviceInterfaceA
2665#define SetupDiOpenInterfaceDevice SetupDiOpenDeviceInterfaceA
2666#define SetupDiSetClassInstallParams SetupDiSetClassInstallParamsA
2667#define SetupDiSetClassRegistryProperty SetupDiSetClassRegistryPropertyA
2668#define SetupDiSetDeviceInstallParams SetupDiSetDeviceInstallParamsA
2669#define SetupDiSetDeviceRegistryProperty SetupDiSetDeviceRegistryPropertyA
2670#define SetupDiSetDriverInstallParams SetupDiSetDriverInstallParamsA
2671#define SetupDiSetSelectedDriver SetupDiSetSelectedDriverA
2672#define SetupDuplicateDiskSpaceList SetupDuplicateDiskSpaceListA
2673#define SetupFindFirstLine SetupFindFirstLineA
2674#define SetupFindNextMatchLine SetupFindNextMatchLineA
2675#define SetupFreeSourceList SetupFreeSourceListA
2676#define SetupGetBackupInformation SetupGetBackupInformationA
2677#define SetupGetFileCompressionInfo SetupGetFileCompressionInfoA
2678#define SetupGetFileCompressionInfoEx SetupGetFileCompressionInfoExA
2679#define SetupGetInfFileList SetupGetInfFileListA
2680#define SetupGetInfInformation SetupGetInfInformationA
2681#define SetupGetLineByIndex SetupGetLineByIndexA
2682#define SetupGetLineCount SetupGetLineCountA
2683#define SetupGetLineText SetupGetLineTextA
2684#define SetupGetMultiSzField SetupGetMultiSzFieldA
2685#define SetupGetSourceFileLocation SetupGetSourceFileLocationA
2686#define SetupGetSourceFileSize SetupGetSourceFileSizeA
2687#define SetupGetSourceInfo SetupGetSourceInfoA
2688#define SetupGetStringField SetupGetStringFieldA
2689#define SetupGetTargetPath SetupGetTargetPathA
2690#define SetupInitializeFileLog SetupInitializeFileLogA
2691#define SetupInstallFile SetupInstallFileA
2692#define SetupInstallFileEx SetupInstallFileExA
2693#define SetupInstallFilesFromInfSection SetupInstallFilesFromInfSectionA
2694#define SetupInstallFromInfSection SetupInstallFromInfSectionA
2695#define SetupInstallServicesFromInfSection SetupInstallServicesFromInfSectionA
2696#define SetupInstallServicesFromInfSectionEx SetupInstallServicesFromInfSectionExA
2697#define SetupIterateCabinet SetupIterateCabinetA
2698#define SetupLogError SetupLogErrorA
2699#define SetupLogFile SetupLogFileA
2700#define SetupOpenAppendInfFile SetupOpenAppendInfFileA
2701#define SetupOpenInfFile SetupOpenInfFileA
2702#define SetupPromptForDisk SetupPromptForDiskA
2703#define SetupQueryDrivesInDiskSpaceList SetupQueryDrivesInDiskSpaceListA
2704#define SetupQueryFileLog SetupQueryFileLogA
2705#define SetupQueryInfFileInformation SetupQueryInfFileInformationA
2706#define SetupQueryInfOriginalFileInformation SetupQueryInfOriginalFileInformationA
2707#define SetupQueryInfVersionInformation SetupQueryInfVersionInformationA
2708#define SetupQuerySourceList SetupQuerySourceListA
2709#define SetupQuerySpaceRequiredOnDrive SetupQuerySpaceRequiredOnDriveA
2710#define SetupQueueCopy SetupQueueCopyA
2711#define SetupQueueCopyIndirect SetupQueueCopyIndirectA
2712#define SetupQueueCopySection SetupQueueCopySectionA
2713#define SetupQueueDefaultCopy SetupQueueDefaultCopyA
2714#define SetupQueueDelete SetupQueueDeleteA
2715#define SetupQueueDeleteSection SetupQueueDeleteSectionA
2716#define SetupQueueRename SetupQueueRenameA
2717#define SetupQueueRenameSection SetupQueueRenameSectionA
2718#define SetupRemoveFileLogEntry SetupRemoveFileLogEntryA
2719#define SetupRemoveFromDiskSpaceList SetupRemoveFromDiskSpaceListA
2720#define SetupRemoveFromSourceList SetupRemoveFromSourceListA
2721#define SetupRemoveInstallSectionFromDiskSpaceList SetupRemoveInstallSectionFromDiskSpaceListA
2722#define SetupRemoveSectionFromDiskSpaceList SetupRemoveSectionFromDiskSpaceListA
2723#define SetupRenameError SetupRenameErrorA
2724#define SetupScanFileQueue SetupScanFileQueueA
2725#define SetupSetDirectoryId SetupSetDirectoryIdA
2726#define SetupSetDirectoryIdEx SetupSetDirectoryIdExA
2727#define SetupSetFileQueueAlternatePlatform SetupSetFileQueueAlternatePlatformA
2728#define SetupSetPlatformPathOverride SetupSetPlatformPathOverrideA
2729#define SetupSetSourceList SetupSetSourceListA
2730#define SetupUninstallOEMInf SetupUninstallOEMInfA
2731#endif /* UNICODE */
2732
2733#endif /* RC_INVOKED */
2734
2735#ifdef __cplusplus
2736}
2737#endif
2738
2739#include <poppack.h>
2740#endif /* _SETUPAPI_H_ */
2741
unsigned char BOOLEAN
Definition: actypes.h:127
const DWORD Style
Definition: appswitch.c:72
return
Definition: dirsup.c:529
static HWND hwndParent
Definition: cryptui.c:299
ULONG DEVPROPTYPE
Definition: devpropdef.h:24
#define DEVPROP_TYPE_STRING_INDIRECT
Definition: devpropdef.h:56
#define DEVPROP_TYPE_STRING_LIST
Definition: devpropdef.h:48
#define DEVPROP_TYPE_STRING
Definition: devpropdef.h:47
_In_ D3DDDI_VIDEO_PRESENT_TARGET_ID _In_ ULONG _In_ ULONG Flags
Definition: dispmprt.h:245
#define FALSE
Definition: types.h:117
#define MAX_PATH
Definition: compat.h:34
#define CALLBACK
Definition: compat.h:35
BOOL WINAPI SetupDiGetClassInstallParamsA(IN HDEVINFO DeviceInfoSet, IN PSP_DEVINFO_DATA DeviceInfoData OPTIONAL, OUT PSP_CLASSINSTALL_HEADER ClassInstallParams OPTIONAL, IN DWORD ClassInstallParamsSize, OUT PDWORD RequiredSize OPTIONAL)
Definition: devclass.c:626
BOOL WINAPI SetupDiGetClassInstallParamsW(IN HDEVINFO DeviceInfoSet, IN PSP_DEVINFO_DATA DeviceInfoData OPTIONAL, OUT PSP_CLASSINSTALL_HEADER ClassInstallParams OPTIONAL, IN DWORD ClassInstallParamsSize, OUT PDWORD RequiredSize OPTIONAL)
Definition: devclass.c:642
BOOL WINAPI SetupDiGetClassRegistryPropertyW(IN CONST GUID *ClassGuid, IN DWORD Property, OUT PDWORD PropertyRegDataType OPTIONAL, OUT PBYTE PropertyBuffer, IN DWORD PropertyBufferSize, OUT PDWORD RequiredSize OPTIONAL, IN PCWSTR MachineName OPTIONAL, IN PVOID Reserved)
Definition: devclass.c:1512
BOOL WINAPI SetupDiGetClassRegistryPropertyA(IN CONST GUID *ClassGuid, IN DWORD Property, OUT PDWORD PropertyRegDataType OPTIONAL, OUT PBYTE PropertyBuffer, IN DWORD PropertyBufferSize, OUT PDWORD RequiredSize OPTIONAL, IN PCSTR MachineName OPTIONAL, IN PVOID Reserved)
Definition: devclass.c:1427
BOOL WINAPI SetupDiBuildClassInfoListExW(DWORD Flags, LPGUID ClassGuidList, DWORD ClassGuidListSize, PDWORD RequiredSize, LPCWSTR MachineName, PVOID Reserved)
Definition: devinst.c:965
BOOL WINAPI SetupDiBuildClassInfoList(DWORD Flags, LPGUID ClassGuidList, DWORD ClassGuidListSize, PDWORD RequiredSize)
Definition: devinst.c:888
BOOL WINAPI SetupDiGetDeviceRegistryPropertyA(HDEVINFO DeviceInfoSet, PSP_DEVINFO_DATA DeviceInfoData, DWORD Property, PDWORD PropertyRegDataType, PBYTE PropertyBuffer, DWORD PropertyBufferSize, PDWORD RequiredSize)
Definition: devinst.c:3428
BOOL WINAPI SetupDiClassGuidsFromNameExA(LPCSTR ClassName, LPGUID ClassGuidList, DWORD ClassGuidListSize, PDWORD RequiredSize, LPCSTR MachineName, PVOID Reserved)
Definition: devinst.c:1125
BOOL WINAPI SetupDiGetDeviceRegistryPropertyW(HDEVINFO DeviceInfoSet, PSP_DEVINFO_DATA DeviceInfoData, DWORD Property, PDWORD PropertyRegDataType, PBYTE PropertyBuffer, DWORD PropertyBufferSize, PDWORD RequiredSize)
Definition: devinst.c:3513
BOOL WINAPI SetupDiClassGuidsFromNameExW(LPCWSTR ClassName, LPGUID ClassGuidList, DWORD ClassGuidListSize, PDWORD RequiredSize, LPCWSTR MachineName, PVOID Reserved)
Definition: devinst.c:1173
BOOL WINAPI SetupDiClassGuidsFromNameA(LPCSTR ClassName, LPGUID ClassGuidList, DWORD ClassGuidListSize, PDWORD RequiredSize)
Definition: devinst.c:1097
BOOL WINAPI SetupDiClassGuidsFromNameW(LPCWSTR ClassName, LPGUID ClassGuidList, DWORD ClassGuidListSize, PDWORD RequiredSize)
Definition: devinst.c:1111
BOOL WINAPI SetupDiBuildClassInfoListExA(DWORD Flags, LPGUID ClassGuidList, DWORD ClassGuidListSize, PDWORD RequiredSize, LPCSTR MachineName, PVOID Reserved)
Definition: devinst.c:918
BOOL WINAPI SetupDiGetDeviceInterfaceDetailA(HDEVINFO DeviceInfoSet, PSP_DEVICE_INTERFACE_DATA DeviceInterfaceData, PSP_DEVICE_INTERFACE_DETAIL_DATA_A DeviceInterfaceDetailData, DWORD DeviceInterfaceDetailDataSize, PDWORD RequiredSize, PSP_DEVINFO_DATA DeviceInfoData)
Definition: devinst.c:3206
BOOL WINAPI SetupDiGetDeviceInterfaceDetailW(HDEVINFO DeviceInfoSet, PSP_DEVICE_INTERFACE_DATA DeviceInterfaceData, PSP_DEVICE_INTERFACE_DETAIL_DATA_W DeviceInterfaceDetailData, DWORD DeviceInterfaceDetailDataSize, PDWORD RequiredSize, PSP_DEVINFO_DATA DeviceInfoData)
Definition: devinst.c:3300
void WINAPI SetupCloseLog(void)
Definition: misc.c:2017
BOOL WINAPI SetupGetInfInformationA(LPCVOID InfSpec, DWORD SearchControl, PSP_INF_INFORMATION ReturnBuffer, DWORD ReturnBufferSize, PDWORD RequiredSize)
Definition: query.c:89
BOOL WINAPI SetupGetInfInformationW(LPCVOID InfSpec, DWORD SearchControl, PSP_INF_INFORMATION ReturnBuffer, DWORD ReturnBufferSize, PDWORD RequiredSize)
Definition: query.c:124
unsigned short WORD
Definition: ntddk_ex.h:93
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
_Inout_opt_ PUNICODE_STRING Extension
Definition: fltkernel.h:1092
unsigned int UINT
Definition: sysinfo.c:13
unsigned long long DWORDLONG
Definition: intsafe.h:93
#define REG_SZ
Definition: layer.c:22
LONG_PTR LPARAM
Definition: minwindef.h:175
int * PINT
Definition: minwindef.h:150
CONST void * LPCVOID
Definition: minwindef.h:164
BOOL * PBOOL
Definition: minwindef.h:137
static HDC
Definition: imagelist.c:88
static HICON
Definition: imagelist.c:80
unsigned __int3264 UINT_PTR
Definition: mstsclib_h.h:274
unsigned int * PUINT
Definition: ndis.h:50
_In_ PIOMMU_DEVICE_PATH DevicePath
Definition: haltypes.h:1823
#define _Out_writes_to_opt_(s, c)
Definition: no_sal2.h:238
#define _In_reads_(s)
Definition: no_sal2.h:168
#define _Out_opt_
Definition: no_sal2.h:214
#define _Inout_
Definition: no_sal2.h:162
#define _Success_(c)
Definition: no_sal2.h:84
#define _At_(t, a)
Definition: no_sal2.h:40
#define _Out_writes_opt_(s)
Definition: no_sal2.h:226
#define _Check_return_
Definition: no_sal2.h:60
#define _Inout_updates_bytes_opt_(s)
Definition: no_sal2.h:234
#define _Out_range_(l, h)
Definition: no_sal2.h:370
#define _Post_z_
Definition: no_sal2.h:508
#define _Out_writes_bytes_to_(s, c)
Definition: no_sal2.h:190
#define _Post_valid_
Definition: no_sal2.h:522
#define _Inout_opt_
Definition: no_sal2.h:216
#define _Out_writes_(s)
Definition: no_sal2.h:176
#define _Out_
Definition: no_sal2.h:160
#define _In_reads_opt_(s)
Definition: no_sal2.h:222
#define _In_
Definition: no_sal2.h:158
#define _In_opt_
Definition: no_sal2.h:212
#define _Out_writes_bytes_to_opt_(s, c)
Definition: no_sal2.h:240
#define _Inout_updates_bytes_to_opt_(s, c)
Definition: no_sal2.h:248
#define _Reserved_
Definition: no_sal2.h:504
#define _Out_writes_to_(s, c)
Definition: no_sal2.h:188
#define _When_(c, a)
Definition: no_sal2.h:38
#define _In_reads_bytes_opt_(s)
Definition: no_sal2.h:224
#define REG_MULTI_SZ
Definition: nt_native.h:1504
#define BOOL
Definition: nt_native.h:43
#define DWORD
Definition: nt_native.h:44
_NullNull_terminated_ WCHAR * PZZWSTR
Definition: ntbasedef.h:432
_NullNull_terminated_ CHAR * PZZSTR
Definition: ntbasedef.h:411
PVOID *typedef PHANDLE
Definition: ntsecpkg.h:455
#define CONST
Definition: pedump.c:81
BYTE * PBYTE
Definition: pedump.c:66
short WCHAR
Definition: pedump.c:58
DWORD * PDWORD
Definition: pedump.c:68
long LONG
Definition: pedump.c:60
unsigned short USHORT
Definition: pedump.c:61
char CHAR
Definition: pedump.c:57
#define SetupQueueDeleteW
Definition: fileqsup.c:31
#define SetupOpenFileQueue
Definition: fileqsup.c:29
#define SetupQueueRenameW
Definition: fileqsup.c:32
#define SetupCommitFileQueueW
Definition: fileqsup.c:33
#define SetupCloseFileQueue
Definition: fileqsup.c:30
SP_DEVICE_INTERFACE_DETAIL_DATA_A SP_DEVICE_INTERFACE_DETAIL_DATA
Definition: setupapi.h:1152
WINSETUPAPI BOOL WINAPI SetupRemoveFromSourceListW(_In_ DWORD, _In_ PCWSTR)
WINSETUPAPI BOOL WINAPI SetupDiSetClassRegistryPropertyA(_In_ CONST GUID *ClassGuid, _In_ DWORD Property, _In_reads_bytes_opt_(PropertyBufferSize) CONST BYTE *PropertyBuffer, _In_ DWORD PropertyBufferSize, _In_opt_ PCSTR MachineName, _Reserved_ PVOID Reserved)
SP_ORIGINAL_FILE_INFO_A SP_ORIGINAL_FILE_INFO
Definition: setupapi.h:1146
WINSETUPAPI BOOL WINAPI SetupGetLineTextA(_In_opt_ PINFCONTEXT Context, _In_opt_ HINF InfHandle, _In_opt_ PCSTR Section, _In_opt_ PCSTR Key, _Out_writes_opt_(ReturnBufferSize) PSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI HDSKSPC WINAPI SetupCreateDiskSpaceListW(_Reserved_ PVOID, _Reserved_ DWORD, _In_ UINT)
WINSETUPAPI BOOL WINAPI SetupIterateCabinetA(_In_ PCSTR, _Reserved_ DWORD, _In_ PSP_FILE_CALLBACK_A, _In_ PVOID)
struct _FILE_IN_CABINET_INFO_W * PFILE_IN_CABINET_INFO_W
WINSETUPAPI BOOL WINAPI SetupDiGetDeviceInstallParamsW(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _Out_ PSP_DEVINSTALL_PARAMS_W)
WINSETUPAPI BOOL WINAPI SetupDiGetClassDescriptionExW(_In_ CONST GUID *ClassGuid, _Out_writes_(ClassDescriptionSize) PWSTR ClassDescription, _In_ DWORD ClassDescriptionSize, _Out_opt_ PDWORD RequiredSize, _In_opt_ PCWSTR MachineName, _Reserved_ PVOID Reserved)
PVOID HDSKSPC
Definition: setupapi.h:671
WINSETUPAPI DWORD WINAPI SetupDecompressOrCopyFileA(_In_ PCSTR, _In_ PCSTR, _In_opt_ PUINT)
struct _SP_TROUBLESHOOTER_PARAMS_W SP_TROUBLESHOOTER_PARAMS_W
#define MAX_LABEL_LEN
Definition: setupapi.h:26
WINSETUPAPI DWORD WINAPI pSetupStringFromGuid(LPGUID, PWSTR, DWORD)
Definition: misc.c:1775
struct _SP_CLASSINSTALL_HEADER SP_CLASSINSTALL_HEADER
WINSETUPAPI BOOL WINAPI SetupDiSetDeviceInstallParamsW(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _In_ PSP_DEVINSTALL_PARAMS_W)
WINSETUPAPI BOOL WINAPI SetupRemoveFromDiskSpaceListA(_In_ HDSKSPC, _In_ PCSTR, _In_ UINT, _Reserved_ PVOID, _Reserved_ UINT)
#define MAX_INSTRUCTION_LEN
Definition: setupapi.h:25
_In_ DWORD _Out_opt_ PDWORD _In_ DWORD PropertyBufferSize
Definition: setupapi.h:1584
struct _SP_DRVINFO_DATA_V2_A SP_DRVINFO_DATA_V2_A
struct _SP_DETECTDEVICE_PARAMS * PSP_DETECTDEVICE_PARAMS
WINSETUPAPI INT WINAPI SetupPromptReboot(_In_opt_ HSPFILEQ, _In_opt_ HWND, _In_ BOOL)
WINSETUPAPI BOOL WINAPI SetupDiGetDeviceInfoListClass(_In_ HDEVINFO, _Out_ LPGUID)
WINSETUPAPI DWORD WINAPI pSetupCaptureAndConvertAnsiArg(PCSTR, PWSTR *)
Definition: misc.c:574
WINSETUPAPI LONG WINAPI AddTagToGroupOrderList(PCWSTR, DWORD, DWORD)
WINSETUPAPI DWORD WINAPI pSetupStringTableLookUpStringEx(HSTRING_TABLE, LPWSTR, DWORD, LPVOID, DWORD)
Definition: stringtable.c:599
WINSETUPAPI BOOL WINAPI SetupDiSetClassInstallParamsW(_In_ HDEVINFO DeviceInfoSet, _In_opt_ PSP_DEVINFO_DATA DeviceInfoData, _In_reads_bytes_opt_(ClassInstallParamsSize) PSP_CLASSINSTALL_HEADER ClassInstallParams, _In_ DWORD ClassInstallParamsSize)
WINSETUPAPI BOOL WINAPI SetupInstallFileA(_In_opt_ HINF, _In_opt_ PINFCONTEXT, _In_opt_ PCSTR, _In_opt_ PCSTR, _In_opt_ PCSTR, _In_ DWORD, _In_opt_ PSP_FILE_CALLBACK_A, _In_opt_ PVOID)
PVOID HDEVINFO
Definition: setupapi.h:672
WINSETUPAPI BOOL WINAPI pSetupConcatenatePaths(LPWSTR, LPCWSTR, DWORD, LPDWORD)
Definition: misc.c:1040
WINSETUPAPI BOOL WINAPI SetupSetPlatformPathOverrideW(_In_opt_ PCWSTR)
WINSETUPAPI BOOL WINAPI SetupDiDeleteDevRegKey(_In_ HDEVINFO, _In_ PSP_DEVINFO_DATA, _In_ DWORD, _In_ DWORD, _In_ DWORD)
struct _SP_DRVINSTALL_PARAMS * PSP_DRVINSTALL_PARAMS
WINSETUPAPI BOOL WINAPI SetupDiGetDriverInfoDetailW(_In_ HDEVINFO DeviceInfoSet, _In_opt_ PSP_DEVINFO_DATA DeviceInfoData, _In_ PSP_DRVINFO_DATA_W DriverInfoData, _Inout_updates_bytes_opt_(DriverInfoDetailDataSize) PSP_DRVINFO_DETAIL_DATA_W DriverInfoDetailData, _In_ DWORD DriverInfoDetailDataSize, _Out_opt_ PDWORD RequiredSize)
SP_REGISTER_CONTROL_STATUSA * PSP_REGISTER_CONTROL_STATUS
Definition: setupapi.h:1169
struct _SP_CLASSINSTALL_HEADER * PSP_CLASSINSTALL_HEADER
_Check_return_ WINSETUPAPI HKEY WINAPI SetupDiOpenClassRegKeyExW(_In_opt_ CONST GUID *, _In_ REGSAM, _In_ DWORD, _In_opt_ PCWSTR, _Reserved_ PVOID)
struct _SP_UNREMOVEDEVICE_PARAMS SP_UNREMOVEDEVICE_PARAMS
WINSETUPAPI BOOL WINAPI SetupDiGetActualModelsSectionA(_In_ PINFCONTEXT Context, _In_opt_ PSP_ALTPLATFORM_INFO AlternatePlatformInfo, _Out_writes_opt_(InfSectionWithExtSize) PSTR InfSectionWithExt, _In_ DWORD InfSectionWithExtSize, _Out_opt_ PDWORD RequiredSize, _Reserved_ PVOID Reserved)
ANSI version of SetupDiGetActualModelsSectionW.
Definition: devinst.c:725
struct _SP_INF_SIGNER_INFO_A SP_INF_SIGNER_INFO_A
struct _FILEPATHS_W * PFILEPATHS_W
WINSETUPAPI BOOL WINAPI SetupDiOpenDeviceInfoA(_In_ HDEVINFO, _In_ PCSTR, _In_opt_ HWND, _In_ DWORD, _Out_opt_ PSP_DEVINFO_DATA)
struct _SP_DRVINFO_DATA_V1_W SP_DRVINFO_DATA_V1_W
struct _SP_ORIGINAL_FILE_INFO_W SP_ORIGINAL_FILE_INFO_W
WINSETUPAPI BOOL WINAPI SetupGetLineByIndexA(_In_ HINF, _In_ PCSTR, _In_ DWORD, _Out_ PINFCONTEXT)
WINSETUPAPI BOOL WINAPI SetupGetSourceFileSizeW(_In_ HINF, _In_opt_ PINFCONTEXT, _In_opt_ PCWSTR, _In_opt_ PCWSTR, _Out_ PDWORD, _In_ UINT)
struct _SP_ALTPLATFORM_INFO_V1 SP_ALTPLATFORM_INFO_V1
WINSETUPAPI BOOL WINAPI SetupDiGetClassDevPropertySheetsW(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _In_ LPPROPSHEETHEADERW, _In_ DWORD, _Out_opt_ PDWORD, _In_ DWORD)
SetupFileLogInfo
Definition: setupapi.h:679
@ SetupFileLogOtherInfo
Definition: setupapi.h:684
@ SetupFileLogDiskTagfile
Definition: setupapi.h:682
@ SetupFileLogMax
Definition: setupapi.h:685
@ SetupFileLogDiskDescription
Definition: setupapi.h:683
@ SetupFileLogChecksum
Definition: setupapi.h:681
@ SetupFileLogSourceFilename
Definition: setupapi.h:680
struct _SP_NEWDEVICEWIZARD_DATA * PSP_NEWDEVICEWIZARD_DATA
_In_ PSP_DEVINFO_DATA _In_ const DEVPROPKEY * PropertyKey
Definition: setupapi.h:1667
WINSETUPAPI BOOL WINAPI SetupSetDirectoryIdExA(_In_ HINF, _In_ DWORD, _In_opt_ PCSTR, _In_ DWORD, _Reserved_ DWORD, _Reserved_ PVOID)
WINSETUPAPI BOOL WINAPI SetupGetLineByIndexW(_In_ HINF, _In_ PCWSTR, _In_ DWORD, _Out_ PINFCONTEXT)
WINSETUPAPI BOOL WINAPI SetupCancelTemporary(VOID)
WINSETUPAPI BOOL WINAPI SetupDiAskForOEMDisk(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA)
SP_SELECTDEVICE_PARAMS_A * PSP_SELECTDEVICE_PARAMS
Definition: setupapi.h:1160
WINSETUPAPI UINT WINAPI SetupDeleteErrorW(_In_ HWND, _In_opt_ PCWSTR, _In_ PCWSTR, _In_ UINT, _In_ DWORD)
WINSETUPAPI BOOL WINAPI SetupQueryInfVersionInformationW(_In_ PSP_INF_INFORMATION InfInformation, _In_ UINT InfIndex, _In_opt_ PCWSTR Key, _Out_writes_opt_(ReturnBufferSize) PWSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
struct _SP_CLASSIMAGELIST_DATA SP_CLASSIMAGELIST_DATA
SP_DEVICE_INTERFACE_DETAIL_DATA_A SP_INTERFACE_DEVICE_DETAIL_DATA_A
Definition: setupapi.h:861
PVOID HSPFILEQ
Definition: setupapi.h:673
WINSETUPAPI BOOL WINAPI SetupDiDeleteDeviceInterfaceRegKey(_In_ HDEVINFO, _In_ PSP_DEVICE_INTERFACE_DATA, _Reserved_ DWORD)
WINSETUPAPI BOOL WINAPI SetupDiGetDriverInfoDetailA(_In_ HDEVINFO DeviceInfoSet, _In_opt_ PSP_DEVINFO_DATA DeviceInfoData, _In_ PSP_DRVINFO_DATA_A DriverInfoData, _Inout_updates_bytes_opt_(DriverInfoDetailDataSize) PSP_DRVINFO_DETAIL_DATA_A DriverInfoDetailData, _In_ DWORD DriverInfoDetailDataSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI BOOL WINAPI SetupGetSourceFileSizeA(_In_ HINF, _In_opt_ PINFCONTEXT, _In_opt_ PCSTR, _In_opt_ PCSTR, _Out_ PDWORD, _In_ UINT)
WINSETUPAPI BOOL WINAPI SetupDiSetDeviceRegistryPropertyW(_In_ HDEVINFO DeviceInfoSet, _Inout_ PSP_DEVINFO_DATA DeviceInfoData, _In_ DWORD Property, _In_reads_bytes_opt_(PropertyBufferSize) CONST BYTE *PropertyBuffer, _In_ DWORD PropertyBufferSize)
#define SP_MAX_MACHINENAME_LENGTH
Definition: setupapi.h:29
WINSETUPAPI BOOL WINAPI SetupFindNextMatchLineA(_In_ PINFCONTEXT, _In_opt_ PCSTR, _Out_ PINFCONTEXT)
WINSETUPAPI BOOL WINAPI SetupQueueCopyA(_In_ HSPFILEQ, _In_opt_ PCSTR, _In_opt_ PCSTR, _In_ PCSTR, _In_opt_ PCSTR, _In_opt_ PCSTR, _In_ PCSTR, _In_opt_ PCSTR, _In_ DWORD)
WINSETUPAPI DWORD WINAPI pSetupOpenAndMapForRead(PCWSTR, PDWORD, PHANDLE, PHANDLE, PVOID *)
WINSETUPAPI BOOL WINAPI SetupDiLoadClassIcon(_In_ CONST GUID *, _Out_opt_ HICON *, _Out_opt_ PINT)
WINSETUPAPI BOOL WINAPI SetupDiGetClassDescriptionW(_In_ CONST GUID *ClassGuid, _Out_writes_(ClassDescriptionSize) PWSTR ClassDescription, _In_ DWORD ClassDescriptionSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI BOOL WINAPI SetupQueryDrivesInDiskSpaceListW(_In_ HDSKSPC DiskSpace, _Out_writes_opt_(ReturnBufferSize) PWSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI BOOL WINAPI SetupDiGetClassImageIndex(_In_ PSP_CLASSIMAGELIST_DATA, _In_ CONST GUID *, _Out_ PINT)
_Check_return_ WINSETUPAPI HKEY WINAPI SetupDiCreateDeviceInterfaceRegKeyA(_In_ HDEVINFO, _In_ PSP_DEVICE_INTERFACE_DATA, _Reserved_ DWORD, _In_ REGSAM, _In_opt_ HINF, _In_opt_ PCSTR)
struct _SOURCE_MEDIA_A * PSOURCE_MEDIA_A
_In_ DWORD _Out_ PDWORD _In_opt_ PCSTR MachineName
Definition: setupapi.h:1296
WINSETUPAPI BOOL WINAPI SetupInstallServicesFromInfSectionW(_In_ HINF, _In_ PCWSTR, _In_ DWORD)
Definition: install.c:1617
WINSETUPAPI BOOL WINAPI pSetupEnablePrivilege(PCWSTR, BOOL)
Definition: misc.c:440
SP_DRVINFO_DATA_V2_A * PSP_DRVINFO_DATA_A
Definition: setupapi.h:1055
SP_DRVINFO_DATA_V1_A * PSP_DRVINFO_DATA_V1
Definition: setupapi.h:1046
WINSETUPAPI BOOL WINAPI SetupDiSetDriverInstallParamsA(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _In_ PSP_DRVINFO_DATA_A, _In_ PSP_DRVINSTALL_PARAMS)
Definition: stubs.c:153
SP_DRVINFO_DATA_V2_A SP_DRVINFO_DATA_A
Definition: setupapi.h:1055
WINSETUPAPI BOOL WINAPI SetupGetFileCompressionInfoExA(_In_ PCSTR SourceFileName, _In_reads_opt_(ActualSourceFileNameBufferLen) PSTR ActualSourceFileNameBuffer, _In_ DWORD ActualSourceFileNameBufferLen, _Out_opt_ PDWORD RequiredBufferLen, _Out_ PDWORD SourceFileSize, _Out_ PDWORD TargetFileSize, _Out_ PUINT CompressionType)
struct _SP_UNREMOVEDEVICE_PARAMS * PSP_UNREMOVEDEVICE_PARAMS
struct _SP_ALTPLATFORM_INFO_V1 * PSP_ALTPLATFORM_INFO_V1
struct _SP_POWERMESSAGEWAKE_PARAMS_A SP_POWERMESSAGEWAKE_PARAMS_A
SP_NEWDEVICEWIZARD_DATA * PSP_ADDPROPERTYPAGE_DATA
Definition: setupapi.h:986
WINSETUPAPI BOOL WINAPI SetupDiClassNameFromGuidExA(_In_ CONST GUID *ClassGuid, _Out_writes_(ClassNameSize) PSTR ClassName, _In_ DWORD ClassNameSize, _Out_opt_ PDWORD RequiredSize, _In_opt_ PCSTR MachineName, _Reserved_ PVOID Reserved)
struct _SP_ORIGINAL_FILE_INFO_A SP_ORIGINAL_FILE_INFO_A
WINSETUPAPI BOOL WINAPI SetupRemoveInstallSectionFromDiskSpaceListW(_In_ HDSKSPC, _In_ HINF, _In_opt_ HINF, _In_ PCWSTR, _Reserved_ PVOID, _Reserved_ UINT)
WINSETUPAPI BOOL WINAPI SetupDiInstallDeviceInterfaces(_In_ HDEVINFO, _In_ PSP_DEVINFO_DATA)
WINSETUPAPI DWORD WINAPI pSetupStringTableAddStringEx(HSTRING_TABLE, LPWSTR, DWORD, LPVOID, DWORD)
Definition: stringtable.c:303
WINSETUPAPI BOOL WINAPI SetupGetStringFieldA(_In_ PINFCONTEXT Context, _In_ DWORD FieldIndex, _Out_writes_opt_(ReturnBufferSize) PSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
_In_opt_ PSP_DEVINFO_DATA _In_ DWORD ClassInstallParamsSize
Definition: setupapi.h:1561
WINSETUPAPI HINF WINAPI SetupOpenMasterInf(VOID)
Definition: parser.c:1385
WINSETUPAPI BOOL WINAPI SetupSetSourceListA(_In_ DWORD Flags, _In_reads_(SourceCount) PCSTR *SourceList, _In_ UINT SourceCount)
WINSETUPAPI BOOL WINAPI SetupDiGetClassBitmapIndex(_In_opt_ CONST GUID *, _Out_ PINT)
SP_POWERMESSAGEWAKE_PARAMS_A * PSP_POWERMESSAGEWAKE_PARAMS
Definition: setupapi.h:1164
WINSETUPAPI BOOL WINAPI SetupDiGetSelectedDriverW(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _Out_ PSP_DRVINFO_DATA_W)
SP_DEVICE_INTERFACE_DATA SP_INTERFACE_DEVICE_DATA
Definition: setupapi.h:850
WINSETUPAPI BOOL WINAPI SetupDiOpenDeviceInfoW(_In_ HDEVINFO, _In_ PCWSTR, _In_opt_ HWND, _In_ DWORD, _Out_opt_ PSP_DEVINFO_DATA)
WINSETUPAPI PVOID WINAPI MyRealloc(PVOID, DWORD)
Definition: misc.c:172
WINSETUPAPI BOOL WINAPI SetupSetPlatformPathOverrideA(_In_opt_ PCSTR)
WINSETUPAPI BOOL WINAPI SetupQueryA(DWORD, PCSTR **, PUINT)
struct _SP_DEVINFO_LIST_DETAIL_DATA_W SP_DEVINFO_LIST_DETAIL_DATA_W
struct _SP_REGISTER_CONTROL_STATUSA SP_REGISTER_CONTROL_STATUSA
WINSETUPAPI UINT WINAPI SetupCopyErrorW(_In_ HWND hwndParent, _In_opt_ PCWSTR DialogTitle, _In_opt_ PCWSTR DiskName, _In_ PCWSTR PathToSource, _In_ PCWSTR SourceFile, _In_opt_ PCWSTR TargetPathFile, _In_ UINT Win32ErrorCode, _In_ DWORD Style, _Out_writes_opt_(PathBufferSize) PWSTR PathBuffer, _In_ DWORD PathBufferSize, _Out_opt_ PDWORD PathRequiredSize)
_Check_return_ WINSETUPAPI HKEY WINAPI SetupDiOpenDevRegKey(_In_ HDEVINFO, _In_ PSP_DEVINFO_DATA, _In_ DWORD, _In_ DWORD, _In_ DWORD, _In_ REGSAM)
WINSETUPAPI BOOL WINAPI SetupGetInfFileListA(_In_opt_ PCSTR DirectoryPath, _In_ DWORD InfStyle, _Out_writes_opt_(ReturnBufferSize) PSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
_In_ DWORD _Out_opt_ PDWORD PropertyRegDataType
Definition: setupapi.h:1582
struct _COINSTALLER_CONTEXT_DATA * PCOINSTALLER_CONTEXT_DATA
SP_SELECTDEVICE_PARAMS_A SP_SELECTDEVICE_PARAMS
Definition: setupapi.h:1159
WINSETUPAPI HSPFILELOG WINAPI SetupInitializeFileLogW(_In_opt_ PCWSTR, _In_ DWORD)
WINSETUPAPI BOOL WINAPI pSetupIsGuidNull(LPGUID)
Definition: misc.c:1807
WINSETUPAPI BOOL WINAPI SetupDiCallClassInstaller(_In_ DI_FUNCTION, _In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA)
SP_DEVICE_INTERFACE_DETAIL_DATA_A * PSP_INTERFACE_DEVICE_DETAIL_DATA_A
Definition: setupapi.h:862
struct _SP_SELECTDEVICE_PARAMS_A * PSP_SELECTDEVICE_PARAMS_A
WINSETUPAPI BOOL WINAPI IsUserAdmin(VOID)
Definition: register.cpp:81
WINSETUPAPI BOOL WINAPI SetupDiInstallClassExA(_In_opt_ HWND, _In_opt_ PCSTR, _In_ DWORD, _In_opt_ HSPFILEQ, _In_opt_ CONST GUID *, _Reserved_ PVOID, _Reserved_ PVOID)
FILE_IN_CABINET_INFO_A * PFILE_IN_CABINET_INFO
Definition: setupapi.h:1150
#define MAX_INSTALLWIZARD_DYNAPAGES
Definition: setupapi.h:462
WINSETUPAPI BOOL WINAPI SetupSetDirectoryIdW(_In_ HINF, _In_ DWORD, _In_opt_ PCWSTR)
WINSETUPAPI BOOL WINAPI SetupDiCreateDeviceInfoA(_In_ HDEVINFO, _In_ PCSTR, _In_ CONST GUID *, _In_opt_ PCSTR, _In_opt_ HWND, _In_ DWORD, _Out_opt_ PSP_DEVINFO_DATA)
WINSETUPAPI BOOL WINAPI SetupGetLineTextW(_In_opt_ PINFCONTEXT Context, _In_opt_ HINF InfHandle, _In_opt_ PCWSTR Section, _In_opt_ PCWSTR Key, _Out_writes_opt_(ReturnBufferSize) PWSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI UINT WINAPI SetupRenameErrorW(_In_ HWND, _In_opt_ PCWSTR, _In_ PCWSTR, _In_ PCWSTR, _In_ UINT, _In_ DWORD)
SP_TROUBLESHOOTER_PARAMS_A SP_TROUBLESHOOTER_PARAMS
Definition: setupapi.h:1161
WINSETUPAPI BOOL WINAPI SetupDiGetSelectedDriverA(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _Out_ PSP_DRVINFO_DATA_A)
FILEPATHS_A FILEPATHS
Definition: setupapi.h:1147
WINSETUPAPI BOOL WINAPI SetupDiGetHwProfileFriendlyNameA(_In_ DWORD HwProfile, _Out_writes_(FriendlyNameSize) PSTR FriendlyName, _In_ DWORD FriendlyNameSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI BOOL WINAPI SetupQueryInfVersionInformationA(_In_ PSP_INF_INFORMATION InfInformation, _In_ UINT InfIndex, _In_opt_ PCSTR Key, _Out_writes_opt_(ReturnBufferSize) PSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI BOOL WINAPI SetupGetSourceFileLocationA(_In_ HINF InfHandle, _In_opt_ PINFCONTEXT InfContext, _In_opt_ PCSTR FileName, _Out_ PUINT SourceId, _Out_writes_opt_(ReturnBufferSize) PSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
struct _SP_DEVICE_INTERFACE_DETAIL_DATA_A SP_DEVICE_INTERFACE_DETAIL_DATA_A
WINSETUPAPI BOOL WINAPI SetupDiSetDeviceRegistryPropertyA(_In_ HDEVINFO DeviceInfoSet, _Inout_ PSP_DEVINFO_DATA DeviceInfoData, _In_ DWORD Property, _In_reads_bytes_opt_(PropertyBufferSize) CONST BYTE *PropertyBuffer, _In_ DWORD PropertyBufferSize)
WINSETUPAPI BOOL WINAPI SetupDiMoveDuplicateDevice(HDEVINFO, PSP_DEVINFO_DATA)
struct _SP_ALTPLATFORM_INFO_V2 * PSP_ALTPLATFORM_INFO_V2
WINSETUPAPI BOOL WINAPI SetupRemoveFileLogEntryW(_In_ HSPFILELOG, _In_opt_ PCWSTR, _In_opt_ PCWSTR)
WINSETUPAPI BOOL WINAPI SetupDiGetDriverInstallParamsA(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _In_ PSP_DRVINFO_DATA_A, _Out_ PSP_DRVINSTALL_PARAMS)
WINSETUPAPI BOOL WINAPI SetupGetSourceFileLocationW(_In_ HINF InfHandle, _In_opt_ PINFCONTEXT InfContext, _In_opt_ PCWSTR FileName, _Out_ PUINT SourceId, _Out_writes_opt_(ReturnBufferSize) PWSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
*RequiredSize PDWORD _In_ DWORD HwProfileListSize
Definition: setupapi.h:1777
SP_FILE_COPY_PARAMS_A SP_FILE_COPY_PARAMS
Definition: setupapi.h:1151
SP_BACKUP_QUEUE_PARAMS_A SP_BACKUP_QUEUE_PARAMS
Definition: setupapi.h:1167
_In_ DWORD ClassGuidListSize
Definition: setupapi.h:1284
WINSETUPAPI BOOL WINAPI SetupUninstallOEMInfW(_In_ PCWSTR InfFileName, _In_ DWORD Flags, _In_ PVOID Reserved)
WINSETUPAPI BOOL WINAPI SetupDiInstallClassW(_In_opt_ HWND, _In_ PCWSTR, _In_ DWORD, _In_opt_ HSPFILEQ)
WINSETUPAPI VOID WINAPI AssertFail(LPSTR, UINT, LPSTR)
Definition: misc.c:905
WINSETUPAPI BOOL WINAPI SetupDiCreateDeviceInfoW(_In_ HDEVINFO, _In_ PCWSTR, _In_ CONST GUID *, _In_opt_ PCWSTR, _In_opt_ HWND, _In_ DWORD, _Out_opt_ PSP_DEVINFO_DATA)
WINSETUPAPI BOOL WINAPI SetupQuerySpaceRequiredOnDriveA(_In_ HDSKSPC, _In_ PCSTR, _Out_ LONGLONG *, _Reserved_ PVOID, _Reserved_ UINT)
SP_ORIGINAL_FILE_INFO_A * PSP_ORIGINAL_FILE_INFO
Definition: setupapi.h:1146
WINSETUPAPI BOOL WINAPI SetupDiClassNameFromGuidExW(_In_ CONST GUID *ClassGuid, _Out_writes_(ClassNameSize) PWSTR ClassName, _In_ DWORD ClassNameSize, _Out_opt_ PDWORD RequiredSize, _In_opt_ PCWSTR MachineName, _Reserved_ PVOID Reserved)
struct _SP_FILE_COPY_PARAMS_W SP_FILE_COPY_PARAMS_W
WINSETUPAPI BOOL WINAPI SetupDiRemoveDevice(_In_ HDEVINFO, _Inout_ PSP_DEVINFO_DATA)
SP_DEVINSTALL_PARAMS_A SP_DEVINSTALL_PARAMS
Definition: setupapi.h:1158
SP_DEVINFO_LIST_DETAIL_DATA_A * PSP_DEVINFO_LIST_DETAIL_DATA
Definition: setupapi.h:1157
#define LINE_LEN
Definition: setupapi.h:22
WINSETUPAPI BOOL WINAPI SetupInstallFileExA(_In_opt_ HINF, _In_opt_ PINFCONTEXT, _In_opt_ PCSTR, _In_opt_ PCSTR, _In_opt_ PCSTR, _In_ DWORD, _In_opt_ PSP_FILE_CALLBACK_A, _In_opt_ PVOID, _Out_ PBOOL)
struct _SP_INF_SIGNER_INFO_W SP_INF_SIGNER_INFO_W
_Check_return_ WINSETUPAPI HDEVINFO WINAPI SetupDiCreateDeviceInfoListExA(_In_opt_ CONST GUID *, _In_opt_ HWND, _In_opt_ PCSTR, _Reserved_ PVOID)
WINSETUPAPI BOOL WINAPI SetupDiCreateDeviceInterfaceA(_In_ HDEVINFO, _In_ PSP_DEVINFO_DATA, _In_ CONST GUID *, _In_opt_ PCSTR, _In_ DWORD, _Out_opt_ PSP_DEVICE_INTERFACE_DATA)
struct _SP_INF_INFORMATION * PSP_INF_INFORMATION
_Check_return_ WINSETUPAPI HKEY WINAPI SetupDiCreateDeviceInterfaceRegKeyW(_In_ HDEVINFO, _In_ PSP_DEVICE_INTERFACE_DATA, _Reserved_ DWORD, _In_ REGSAM, _In_opt_ HINF, _In_opt_ PCWSTR)
struct _SP_DRVINFO_DATA_V1_W * PSP_DRVINFO_DATA_V1_W
WINSETUPAPI BOOL WINAPI SetupDiGetDeviceInfoListDetailW(_In_ HDEVINFO, _Out_ PSP_DEVINFO_LIST_DETAIL_DATA_W)
WINSETUPAPI BOOL WINAPI SetupAddSectionToDiskSpaceListW(_In_ HDSKSPC, _In_ HINF, _In_opt_ HINF, _In_ PCWSTR, _In_ UINT, _Reserved_ PVOID, _Reserved_ UINT)
WINSETUPAPI BOOL WINAPI SetupInstallServicesFromInfSectionExA(_In_ HINF, _In_ PCSTR, _In_ DWORD, _In_opt_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _Reserved_ PVOID, _Reserved_ PVOID)
Definition: install.c:1655
WINSETUPAPI BOOL WINAPI SetupQueueDefaultCopyW(_In_ HSPFILEQ, _In_ HINF, _In_opt_ PCWSTR, _In_ PCWSTR, _In_opt_ PCWSTR, _In_ DWORD)
WINSETUPAPI BOOL WINAPI SetupAdjustDiskSpaceListW(_In_ HDSKSPC, _In_ LPCWSTR, _In_ LONGLONG, _Reserved_ PVOID, _Reserved_ UINT)
WINSETUPAPI BOOL WINAPI SetupGetSourceInfoW(_In_ HINF InfHandle, _In_ UINT SourceId, _In_ UINT InfoDesired, _Out_writes_opt_(ReturnBufferSize) PWSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI PSTR WINAPI UnicodeToMultiByte(PCWSTR lpUnicodeStr, UINT uCodePage)
WINSETUPAPI BOOL WINAPI SetupScanFileQueueA(_In_ HSPFILEQ, _In_ DWORD, _In_opt_ HWND, _In_opt_ PSP_FILE_CALLBACK_A, _In_opt_ PVOID, _Out_ PDWORD)
WINSETUPAPI HSTRING_TABLE WINAPI pSetupStringTableDuplicate(HSTRING_TABLE)
Definition: stringtable.c:404
WINSETUPAPI BOOL WINAPI SetupDiCreateDeviceInterfaceW(_In_ HDEVINFO, _In_ PSP_DEVINFO_DATA, _In_ CONST GUID *, _In_opt_ PCWSTR, _In_ DWORD, _Out_opt_ PSP_DEVICE_INTERFACE_DATA)
WINSETUPAPI BOOL WINAPI SetupGetBackupInformationA(_In_ HSPFILEQ, _Inout_ PSP_BACKUP_QUEUE_PARAMS_A)
WINSETUPAPI PVOID WINAPI MyMalloc(DWORD)
Definition: misc.c:147
WINSETUPAPI BOOL WINAPI SetupQueueRenameSectionW(_In_ HSPFILEQ, _In_ HINF, _In_opt_ HINF, _In_ PCWSTR)
WINSETUPAPI BOOL WINAPI SetupDiGetHwProfileFriendlyNameExW(_In_ DWORD HwProfile, _Out_writes_(FriendlyNameSize) PWSTR FriendlyName, _In_ DWORD FriendlyNameSize, _Out_opt_ PDWORD RequiredSize, _In_opt_ PCWSTR MachineName, _Reserved_ PVOID Reserved)
struct _SP_INF_INFORMATION SP_INF_INFORMATION
WINSETUPAPI BOOL WINAPI SetupFindNextMatchLineW(_In_ PINFCONTEXT, _In_opt_ PCWSTR, _Out_ PINFCONTEXT)
WINSETUPAPI BOOL WINAPI SetupQueueDeleteSectionA(_In_ HSPFILEQ, _In_ HINF, _In_opt_ HINF, _In_ PCSTR)
WINSETUPAPI BOOL WINAPI SetupQueueRenameA(_In_ HSPFILEQ, _In_ PCSTR, _In_opt_ PCSTR, _In_opt_ PCSTR, _In_ PCSTR)
WINSETUPAPI BOOL WINAPI SetupDiInstallClassA(_In_opt_ HWND, _In_ PCSTR, _In_ DWORD, _In_opt_ HSPFILEQ)
WINSETUPAPI HSPFILELOG WINAPI SetupInitializeFileLogA(_In_opt_ PCSTR, _In_ DWORD)
WINSETUPAPI BOOL WINAPI SetupIterateCabinetW(_In_ PCWSTR, _Reserved_ DWORD, _In_ PSP_FILE_CALLBACK_W, _In_ PVOID)
struct _SP_DEVINSTALL_PARAMS_W * PSP_DEVINSTALL_PARAMS_W
WINSETUPAPI BOOL WINAPI SetupScanFileQueueW(_In_ HSPFILEQ, _In_ DWORD, _In_opt_ HWND, _In_opt_ PSP_FILE_CALLBACK_W, _In_opt_ PVOID, _Out_ PDWORD)
WINSETUPAPI BOOL WINAPI SetupAddToDiskSpaceListW(_In_ HDSKSPC, _In_ PCWSTR, _In_ LONGLONG, _In_ UINT, _Reserved_ PVOID, _Reserved_ UINT)
_Check_return_ WINSETUPAPI HDEVINFO WINAPI SetupDiCreateDeviceInfoListExW(_In_opt_ CONST GUID *, _In_opt_ HWND, _In_opt_ PCWSTR, _Reserved_ PVOID)
WINSETUPAPI HINF WINAPI SetupOpenInfFileA(_In_ PCSTR FileName, _In_opt_ PCSTR InfClass, _In_ DWORD InfStyle, _Out_opt_ PUINT ErrorLine)
WINSETUPAPI BOOL WINAPI SetupDiRegisterCoDeviceInstallers(_In_ HDEVINFO, _In_ PSP_DEVINFO_DATA)
struct _SP_DRVINFO_DATA_V1_A SP_DRVINFO_DATA_V1_A
#define MAX_TITLE_LEN
Definition: setupapi.h:24
WINSETUPAPI BOOL WINAPI SetupDiGetActualSectionToInstallExW(_In_ HINF InfHandle, _In_ PCWSTR InfSectionName, _In_opt_ PSP_ALTPLATFORM_INFO AlternatePlatformInfo, _Out_writes_opt_(InfSectionWithExtSize) PWSTR InfSectionWithExt, _In_ DWORD InfSectionWithExtSize, _Out_opt_ PDWORD RequiredSize, _Out_opt_ PWSTR *Extension, _Reserved_ PVOID Reserved)
WINSETUPAPI BOOL WINAPI SetupRemoveSectionFromDiskSpaceListW(_In_ HDSKSPC, _In_ HINF, _In_opt_ HINF, _In_ PCWSTR, _In_ UINT, _Reserved_ PVOID, _Reserved_ UINT)
WINSETUPAPI BOOL WINAPI SetupQueryInfFileInformationA(_In_ PSP_INF_INFORMATION InfInformation, _In_ UINT InfIndex, _Out_writes_opt_(ReturnBufferSize) PSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
SP_TROUBLESHOOTER_PARAMS_A * PSP_TROUBLESHOOTER_PARAMS
Definition: setupapi.h:1162
WINSETUPAPI BOOL WINAPI SetupDiEnumDriverInfoA(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _In_ DWORD, _In_ DWORD, _Out_ PSP_DRVINFO_DATA_A)
SP_DEVINFO_LIST_DETAIL_DATA_A SP_DEVINFO_LIST_DETAIL_DATA
Definition: setupapi.h:1156
WINSETUPAPI BOOL WINAPI SetupGetIntField(_In_ PINFCONTEXT, _In_ DWORD, _Out_ PINT)
struct _SP_SELECTDEVICE_PARAMS_A SP_SELECTDEVICE_PARAMS_A
WINSETUPAPI BOOL WINAPI SetupDiSetClassInstallParamsA(_In_ HDEVINFO DeviceInfoSet, _In_opt_ PSP_DEVINFO_DATA DeviceInfoData, _In_reads_bytes_opt_(ClassInstallParamsSize) PSP_CLASSINSTALL_HEADER ClassInstallParams, _In_ DWORD ClassInstallParamsSize)
WINSETUPAPI BOOL WINAPI SetupDiGetDeviceInstanceIdA(_In_ HDEVINFO DeviceInfoSet, _In_ PSP_DEVINFO_DATA DeviceInfoData, _Out_writes_opt_(DeviceInstanceIdSize) PSTR DeviceInstanceId, _In_ DWORD DeviceInstanceIdSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI BOOL WINAPI SetupAdjustDiskSpaceListA(_In_ HDSKSPC, _In_ LPCSTR, _In_ LONGLONG, _Reserved_ PVOID, _Reserved_ UINT)
struct _SP_BACKUP_QUEUE_PARAMS_W SP_BACKUP_QUEUE_PARAMS_W
struct _SP_INSTALLWIZARD_DATA * PSP_INSTALLWIZARD_DATA
struct _SP_DRVINFO_DETAIL_DATA_A * PSP_DRVINFO_DETAIL_DATA_A
WINSETUPAPI BOOL WINAPI SetupQueryInfOriginalFileInformationA(_In_ PSP_INF_INFORMATION InfInformation, _In_ UINT InfIndex, _In_opt_ PSP_ALTPLATFORM_INFO AlternatePlatformInfo, _Out_ PSP_ORIGINAL_FILE_INFO_A OriginalFileInfo)
WINSETUPAPI BOOL WINAPI SetupDiGetDriverInstallParamsW(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _In_ PSP_DRVINFO_DATA_W, _Out_ PSP_DRVINSTALL_PARAMS)
SP_FILE_COPY_PARAMS_A * PSP_FILE_COPY_PARAMS
Definition: setupapi.h:1151
WINSETUPAPI VOID WINAPI SetupCloseInfFile(_In_ HINF)
struct _SP_PROPCHANGE_PARAMS * PSP_PROPCHANGE_PARAMS
WINSETUPAPI VOID WINAPI SetupTermDefaultQueueCallback(_In_ PVOID)
#define MAX_SUBTITLE_LEN
Definition: setupapi.h:28
WINSETUPAPI BOOL WINAPI SetupQueryInfFileInformationW(_In_ PSP_INF_INFORMATION InfInformation, _In_ UINT InfIndex, _Out_writes_opt_(ReturnBufferSize) PWSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
struct _SP_TROUBLESHOOTER_PARAMS_A * PSP_TROUBLESHOOTER_PARAMS_A
struct _SP_DEVINFO_DATA * PSP_DEVINFO_DATA
struct _SP_DEVINFO_LIST_DETAIL_DATA_W * PSP_DEVINFO_LIST_DETAIL_DATA_W
WINSETUPAPI HDSKSPC WINAPI SetupDuplicateDiskSpaceListW(_In_ HDSKSPC, _Reserved_ PVOID, _Reserved_ DWORD, _In_ UINT)
WINSETUPAPI BOOL WINAPI SetupRemoveFromSourceListA(_In_ DWORD, _In_ PCSTR)
struct _SP_TROUBLESHOOTER_PARAMS_A SP_TROUBLESHOOTER_PARAMS_A
WINSETUPAPI PWSTR WINAPI pSetupMultiByteToUnicode(PCSTR, UINT)
Definition: misc.c:281
WINSETUPAPI BOOL WINAPI SetupQueueCopySectionA(_In_ HSPFILEQ, _In_opt_ PCSTR, _In_ HINF, _In_opt_ HINF, _In_ PCSTR, _In_ DWORD)
_Check_return_ WINSETUPAPI HKEY WINAPI SetupDiCreateDevRegKeyA(_In_ HDEVINFO, _In_ PSP_DEVINFO_DATA, _In_ DWORD, _In_ DWORD, _In_ DWORD, _In_opt_ HINF, _In_opt_ PCSTR)
WINSETUPAPI DWORD WINAPI RetreiveFileSecurity(PCWSTR, PSECURITY_DESCRIPTOR *)
Definition: misc.c:794
struct _SP_ENABLECLASS_PARAMS * PSP_ENABLECLASS_PARAMS
WINSETUPAPI BOOL WINAPI SetupDiChangeState(_In_ HDEVINFO, _Inout_ PSP_DEVINFO_DATA)
WINSETUPAPI BOOL WINAPI SetupDiGetActualModelsSectionW(_In_ PINFCONTEXT Context, _In_opt_ PSP_ALTPLATFORM_INFO AlternatePlatformInfo, _Out_writes_opt_(InfSectionWithExtSize) PWSTR InfSectionWithExt, _In_ DWORD InfSectionWithExtSize, _Out_opt_ PDWORD RequiredSize, _Reserved_ PVOID Reserved)
Returns the appropriate decorated INF Models section for a device.
Definition: devinst.c:552
_Check_return_ WINSETUPAPI HKEY WINAPI SetupDiCreateDevRegKeyW(_In_ HDEVINFO, _In_ PSP_DEVINFO_DATA, _In_ DWORD, _In_ DWORD, _In_ DWORD, _In_opt_ HINF, _In_opt_ PCWSTR)
WINSETUPAPI BOOL WINAPI SetupDiGetActualSectionToInstallA(_In_ HINF InfHandle, _In_ PCSTR InfSectionName, _Out_writes_opt_(InfSectionWithExtSize) PSTR InfSectionWithExt, _In_ DWORD InfSectionWithExtSize, _Out_opt_ PDWORD RequiredSize, _Out_opt_ PSTR *Extension)
_In_opt_ PSP_DEVINFO_DATA DeviceInfoData
Definition: setupapi.h:1559
struct _SP_REMOVEDEVICE_PARAMS * PSP_REMOVEDEVICE_PARAMS
SP_DEVINSTALL_PARAMS_A * PSP_DEVINSTALL_PARAMS
Definition: setupapi.h:1158
SP_ALTPLATFORM_INFO_V1 SP_ALTPLATFORM_INFO
Definition: setupapi.h:733
struct _SP_INF_SIGNER_INFO_W * PSP_INF_SIGNER_INFO_W
struct _SP_REGISTER_CONTROL_STATUSW * PSP_REGISTER_CONTROL_STATUSW
struct _INFCONTEXT * PINFCONTEXT
WINSETUPAPI VOID WINAPI pSetupStringTableDestroy(HSTRING_TABLE)
Definition: stringtable.c:145
WINSETUPAPI BOOL WINAPI SetupGetFileCompressionInfoExW(_In_ PCWSTR SourceFileName, _In_reads_opt_(ActualSourceFileNameBufferLen) PWSTR ActualSourceFileNameBuffer, _In_ DWORD ActualSourceFileNameBufferLen, _Out_opt_ PDWORD RequiredBufferLen, _Out_ PDWORD SourceFileSize, _Out_ PDWORD TargetFileSize, _Out_ PUINT CompressionType)
WINSETUPAPI BOOL WINAPI SetupDiGetClassImageListExA(_Out_ PSP_CLASSIMAGELIST_DATA, _In_opt_ PCSTR, _Reserved_ PVOID)
WINSETUPAPI UINT WINAPI SetupCopyErrorA(_In_ HWND hwndParent, _In_opt_ PCSTR DialogTitle, _In_opt_ PCSTR DiskName, _In_ PCSTR PathToSource, _In_ PCSTR SourceFile, _In_opt_ PCSTR TargetPathFile, _In_ UINT Win32ErrorCode, _In_ DWORD Style, _Out_writes_opt_(PathBufferSize) PSTR PathBuffer, _In_ DWORD PathBufferSize, _Out_opt_ PDWORD PathRequiredSize)
WINSETUPAPI BOOL WINAPI SetupQueryFileLogW(_In_ HSPFILELOG FileLogHandle, _In_opt_ PCWSTR LogSectionName, _In_ PCWSTR TargetFilename, _In_ SetupFileLogInfo DesiredInfo, _Out_writes_opt_(ReturnBufferSize) PWSTR DataOut, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
struct _SP_DEVICE_INTERFACE_DETAIL_DATA_W SP_DEVICE_INTERFACE_DETAIL_DATA_W
struct _SP_PROPSHEETPAGE_REQUEST SP_PROPSHEETPAGE_REQUEST
CABINET_INFO_A * PCABINET_INFO
Definition: setupapi.h:1149
struct _SP_BACKUP_QUEUE_PARAMS_A SP_BACKUP_QUEUE_PARAMS_A
SP_DRVINFO_DATA_V1_A SP_DRVINFO_DATA_V1
Definition: setupapi.h:1046
WINSETUPAPI BOOL WINAPI SetupDiEnumDriverInfoW(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _In_ DWORD, _In_ DWORD, _Out_ PSP_DRVINFO_DATA_W)
WINSETUPAPI BOOL WINAPI SetupQueryDrivesInDiskSpaceListA(_In_ HDSKSPC DiskSpace, _Out_writes_opt_(ReturnBufferSize) PSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI BOOL WINAPI SetupOpenAppendInfFileA(_In_opt_ PCSTR FileName, _In_ HINF InfHandle, _Out_opt_ PUINT ErrorLine)
FILE_IN_CABINET_INFO_A FILE_IN_CABINET_INFO
Definition: setupapi.h:1150
SP_INTERFACE_DEVICE_DETAIL_DATA_A SP_INTERFACE_DEVICE_DETAIL_DATA
Definition: setupapi.h:1154
struct _FILE_IN_CABINET_INFO_A FILE_IN_CABINET_INFO_A
struct _SP_CLASSIMAGELIST_DATA * PSP_CLASSIMAGELIST_DATA
struct _SP_DEVINSTALL_PARAMS_A * PSP_DEVINSTALL_PARAMS_A
UINT(CALLBACK * PSP_FILE_CALLBACK_W)(PVOID, UINT, UINT_PTR, UINT_PTR)
Definition: setupapi.h:880
WINSETUPAPI BOOL WINAPI SetupSetSourceListW(_In_ DWORD Flags, _In_reads_(SourceCount) PCWSTR *SourceList, _In_ UINT SourceCount)
WINSETUPAPI BOOL WINAPI SetupGetTargetPathA(_In_ HINF InfHandle, _In_opt_ PINFCONTEXT InfContext, _In_opt_ PCSTR Section, _Out_writes_opt_(ReturnBufferSize) PSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
SOURCE_MEDIA_A * PSOURCE_MEDIA
Definition: setupapi.h:1148
SP_POWERMESSAGEWAKE_PARAMS_A SP_POWERMESSAGEWAKE_PARAMS
Definition: setupapi.h:1163
WINSETUPAPI BOOL WINAPI SetupAddInstallSectionToDiskSpaceListA(_In_ HDSKSPC, _In_ HINF, _In_opt_ HINF, _In_ PCSTR, _Reserved_ PVOID, _Reserved_ UINT)
WINSETUPAPI BOOL WINAPI SetupDiGetDeviceInfoListDetailA(_In_ HDEVINFO, _Out_ PSP_DEVINFO_LIST_DETAIL_DATA_A)
WINSETUPAPI DWORD WINAPI pSetupGuidFromString(PCWSTR, LPGUID)
Definition: misc.c:1751
struct _SP_DRVINFO_DETAIL_DATA_W SP_DRVINFO_DETAIL_DATA_W
struct _INFCONTEXT INFCONTEXT
WINSETUPAPI BOOL WINAPI SetupQueueCopySectionW(_In_ HSPFILEQ, _In_opt_ PCWSTR, _In_ HINF, _In_opt_ HINF, _In_ PCWSTR, _In_ DWORD)
WINSETUPAPI BOOL WINAPI SetupDiDestroyDriverInfoList(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _In_ DWORD)
_Check_return_ WINSETUPAPI HDEVINFO WINAPI SetupDiCreateDeviceInfoList(_In_opt_ CONST GUID *, _In_opt_ HWND)
WINSETUPAPI BOOL WINAPI SetupDiInstallClassExW(_In_opt_ HWND, _In_opt_ PCWSTR, _In_ DWORD, _In_opt_ HSPFILEQ, _In_opt_ CONST GUID *, _Reserved_ PVOID, _Reserved_ PVOID)
WINSETUPAPI BOOL WINAPI SetupSetFileQueueAlternatePlatformA(_In_ HSPFILEQ, _In_opt_ PSP_ALTPLATFORM_INFO, _In_opt_ PCSTR)
WINSETUPAPI BOOL WINAPI SetupLogErrorW(_In_ LPCWSTR, _In_ LogSeverity)
WINSETUPAPI BOOL WINAPI SetupAddToSourceListA(_In_ DWORD, _In_ PCSTR)
_Check_return_ WINSETUPAPI HDEVINFO WINAPI SetupDiGetClassDevsExW(_In_opt_ CONST GUID *, _In_opt_ PCWSTR, _In_opt_ HWND, _In_ DWORD, _In_opt_ HDEVINFO, _In_opt_ PCWSTR, _Reserved_ PVOID)
WINSETUPAPI DWORD WINAPI GetSetFileTimestamp(PCWSTR, PFILETIME, PFILETIME, PFILETIME, BOOLEAN)
Definition: misc.c:948
WINSETUPAPI BOOL WINAPI SetupDiGetINFClassW(_In_ PCWSTR InfName, _Out_ LPGUID ClassGuid, _Out_writes_(ClassNameSize) PWSTR ClassName, _In_ DWORD ClassNameSize, _Out_opt_ PDWORD RequiredSize)
struct _SP_INSTALLWIZARD_DATA SP_INSTALLWIZARD_DATA
WINSETUPAPI BOOL WINAPI SetupGetTargetPathW(_In_ HINF InfHandle, _In_opt_ PINFCONTEXT InfContext, _In_opt_ PCWSTR Section, _Out_writes_opt_(ReturnBufferSize) PWSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
struct _SOURCE_MEDIA_A SOURCE_MEDIA_A
WINSETUPAPI BOOL WINAPI SetupDiGetSelectedDevice(_In_ HDEVINFO, _Out_ PSP_DEVINFO_DATA)
SP_DRVINFO_DATA_V2 SP_DRVINFO_DATA
Definition: setupapi.h:1057
WINSETUPAPI BOOL WINAPI SetupDiGetDeviceInstanceIdW(_In_ HDEVINFO DeviceInfoSet, _In_ PSP_DEVINFO_DATA DeviceInfoData, _Out_writes_opt_(DeviceInstanceIdSize) PWSTR DeviceInstanceId, _In_ DWORD DeviceInstanceIdSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI BOOL WINAPI SetupDiClassNameFromGuidW(_In_ CONST GUID *ClassGuid, _Out_writes_(ClassNameSize) PWSTR ClassName, _In_ DWORD ClassNameSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI UINT WINAPI SetupDefaultQueueCallbackA(_In_ PVOID, _In_ UINT, _In_ UINT_PTR, _In_ UINT_PTR)
WINSETUPAPI BOOL WINAPI SetupGetInfFileListW(_In_opt_ PCWSTR DirectoryPath, _In_ DWORD InfStyle, _Out_writes_(ReturnBufferSize) PWSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI BOOL WINAPI SetupCopyOEMInfW(_In_ PCWSTR SourceInfFileName, _In_opt_ PCWSTR OEMSourceMediaLocation, _In_ DWORD OEMSourceMediaType, _In_ DWORD CopyStyle, _Out_writes_opt_(DestinationInfFileNameSize) PWSTR DestinationInfFileName, _In_ DWORD DestinationInfFileNameSize, _Out_opt_ PDWORD RequiredSize, _Out_opt_ PWSTR *DestinationInfFileNameComponent)
struct _SP_TROUBLESHOOTER_PARAMS_W * PSP_TROUBLESHOOTER_PARAMS_W
WINSETUPAPI BOOL WINAPI pSetupStringTableSetExtraData(HSTRING_TABLE, DWORD, LPVOID, DWORD)
Definition: stringtable.c:663
struct _SP_ORIGINAL_FILE_INFO_A * PSP_ORIGINAL_FILE_INFO_A
SP_NEWDEVICEWIZARD_DATA SP_ADDPROPERTYPAGE_DATA
Definition: setupapi.h:985
WINSETUPAPI BOOL WINAPI SetupQueueCopyIndirectW(_In_ PSP_FILE_COPY_PARAMS_W)
struct _COINSTALLER_CONTEXT_DATA COINSTALLER_CONTEXT_DATA
WINSETUPAPI BOOL WINAPI SetupRemoveSectionFromDiskSpaceListA(_In_ HDSKSPC, _In_ HINF, _In_opt_ HINF, _In_ PCSTR, _In_ UINT, _Reserved_ PVOID, _Reserved_ UINT)
WINSETUPAPI BOOL WINAPI pSetupIsUserAdmin(VOID)
Definition: misc.c:1817
WINSETUPAPI UINT WINAPI SetupDefaultQueueCallbackW(_In_ PVOID, _In_ UINT, _In_ UINT_PTR, _In_ UINT_PTR)
WINSETUPAPI BOOL WINAPI SetupDiGetHwProfileFriendlyNameW(_In_ DWORD HwProfile, _Out_writes_(FriendlyNameSize) PWSTR FriendlyName, _In_ DWORD FriendlyNameSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI BOOL WINAPI SetupGetMultiSzFieldW(_In_ PINFCONTEXT Context, _In_ DWORD FieldIndex, _Out_writes_opt_(ReturnBufferSize) PWSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ LPDWORD RequiredSize)
WINSETUPAPI BOOL WINAPI SetupDiSetSelectedDriverA(_In_ HDEVINFO, _Inout_opt_ PSP_DEVINFO_DATA, _Inout_opt_ PSP_DRVINFO_DATA_A)
WINSETUPAPI BOOL WINAPI SetupDiGetDeviceInstallParamsA(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _Out_ PSP_DEVINSTALL_PARAMS_A)
struct _SP_DEVICE_INTERFACE_DATA * PSP_DEVICE_INTERFACE_DATA
SP_DRVINFO_DATA_V2_W SP_DRVINFO_DATA_W
Definition: setupapi.h:1056
struct _SP_ORIGINAL_FILE_INFO_W * PSP_ORIGINAL_FILE_INFO_W
WINSETUPAPI HINF WINAPI SetupOpenInfFileW(_In_ PCWSTR FileName, _In_opt_ PCWSTR InfClass, _In_ DWORD InfStyle, _Out_opt_ PUINT ErrorLine)
WINSETUPAPI PWSTR WINAPI pSetupGetFileTitle(PCWSTR)
Definition: misc.c:998
WINSETUPAPI UINT WINAPI SetupBackupErrorA(_In_ HWND, _In_opt_ PCSTR, _In_ PCSTR, _In_opt_ PCSTR, _In_ UINT, _In_ DWORD)
WINSETUPAPI BOOL WINAPI SetupSetDirectoryIdExW(_In_ HINF, _In_ DWORD, _In_opt_ PCWSTR, _In_ DWORD, _Reserved_ DWORD, _Reserved_ PVOID)
WINSETUPAPI BOOL WINAPI SetupDiEnumDeviceInfo(_In_ HDEVINFO, _In_ DWORD, _Out_ PSP_DEVINFO_DATA)
WINSETUPAPI HSTRING_TABLE WINAPI pSetupStringTableInitialize(VOID)
Definition: stringtable.c:54
WINSETUPAPI BOOL WINAPI SetupLogFileW(_In_ HSPFILELOG, _In_opt_ PCWSTR, _In_ PCWSTR, _In_ PCWSTR, _In_ DWORD, _In_opt_ PCWSTR, _In_opt_ PCWSTR, _In_opt_ PCWSTR, _In_ DWORD)
WINSETUPAPI BOOL WINAPI SetupDiInstallDevice(_In_ HDEVINFO, _Inout_ PSP_DEVINFO_DATA)
WINSETUPAPI BOOL WINAPI SetupSetDirectoryIdA(_In_ HINF, _In_ DWORD, _In_opt_ PCSTR)
WINSETUPAPI BOOL WINAPI SetupDiGetHwProfileFriendlyNameExA(_In_ DWORD HwProfile, _Out_writes_(FriendlyNameSize) PSTR FriendlyName, _In_ DWORD FriendlyNameSize, _Out_opt_ PDWORD RequiredSize, _In_opt_ PCSTR MachineName, _Reserved_ PVOID Reserved)
WINSETUPAPI BOOL WINAPI SetupQueueCopyIndirectA(_In_ PSP_FILE_COPY_PARAMS_A)
WINSETUPAPI BOOL WINAPI DoesUserHavePrivilege(PCWSTR)
Definition: misc.c:366
UINT(CALLBACK * PSP_FILE_CALLBACK_A)(PVOID, UINT, UINT_PTR, UINT_PTR)
Definition: setupapi.h:879
SP_DRVINFO_DETAIL_DATA_A SP_DRVINFO_DETAIL_DATA
Definition: setupapi.h:1165
WINSETUPAPI BOOL WINAPI SetupFreeA(PCSTR **, UINT)
struct _CABINET_INFO_A * PCABINET_INFO_A
SP_DEVICE_INTERFACE_DETAIL_DATA_W * PSP_INTERFACE_DEVICE_DETAIL_DATA_W
Definition: setupapi.h:864
WINSETUPAPI BOOL WINAPI SetupDiDeleteDeviceInfo(_In_ HDEVINFO, _In_ PSP_DEVINFO_DATA)
Definition: devinst.c:5001
struct _SP_DEVINSTALL_PARAMS_W SP_DEVINSTALL_PARAMS_W
WINSETUPAPI BOOL WINAPI SetupDiCancelDriverInfoSearch(_In_ HDEVINFO)
struct _SP_SELECTDEVICE_PARAMS_W SP_SELECTDEVICE_PARAMS_W
struct _FILEPATHS_A * PFILEPATHS_A
WINSETUPAPI PVOID WINAPI SetupInitDefaultQueueCallback(_In_opt_ HWND)
WINSETUPAPI VOID WINAPI MyFree(PVOID)
Definition: misc.c:128
#define WINSETUPAPI
Definition: setupapi.h:17
struct _SP_PROPSHEETPAGE_REQUEST * PSP_PROPSHEETPAGE_REQUEST
struct _SP_MOVEDEV_PARAMS * PSP_MOVEDEV_PARAMS
struct _SP_INF_SIGNER_INFO_A * PSP_INF_SIGNER_INFO_A
_Check_return_ WINSETUPAPI HKEY WINAPI SetupDiOpenDeviceInterfaceRegKey(_In_ HDEVINFO, _In_ PSP_DEVICE_INTERFACE_DATA, _Reserved_ DWORD, _In_ REGSAM)
WINSETUPAPI BOOL WINAPI SetupInstallServicesFromInfSectionExW(_In_ HINF, _In_ PCWSTR, _In_ DWORD, _In_opt_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _Reserved_ PVOID, _Reserved_ PVOID)
Definition: install.c:2118
BOOL(CALLBACK * PDETECT_PROGRESS_NOTIFY)(PVOID, DWORD)
Definition: setupapi.h:962
PVOID HINF
Definition: setupapi.h:670
struct _SP_DRVINSTALL_PARAMS SP_DRVINSTALL_PARAMS
WINSETUPAPI BOOL WINAPI SetupGetMultiSzFieldA(_In_ PINFCONTEXT Context, _In_ DWORD FieldIndex, _Out_writes_opt_(ReturnBufferSize) PSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ LPDWORD RequiredSize)
#define LogSeverity
Definition: setupapi.h:461
_Check_return_ WINSETUPAPI HKEY WINAPI SetupDiOpenClassRegKey(_In_opt_ CONST GUID *, _In_ REGSAM)
_In_ PSP_DEVINFO_DATA _In_ const DEVPROPKEY _Out_ DEVPROPTYPE * PropertyType
Definition: setupapi.h:1668
struct _SP_NEWDEVICEWIZARD_DATA SP_NEWDEVICEWIZARD_DATA
WINSETUPAPI BOOL WINAPI SetupQueryInfOriginalFileInformationW(_In_ PSP_INF_INFORMATION InfInformation, _In_ UINT InfIndex, _In_opt_ PSP_ALTPLATFORM_INFO AlternatePlatformInfo, _Out_ PSP_ORIGINAL_FILE_INFO_W OriginalFileInfo)
struct _SP_PROPCHANGE_PARAMS SP_PROPCHANGE_PARAMS
WINSETUPAPI BOOL WINAPI SetupDiSetDriverInstallParamsW(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _In_ PSP_DRVINFO_DATA_W, _In_ PSP_DRVINSTALL_PARAMS)
Definition: stubs.c:165
SP_REGISTER_CONTROL_STATUSA SP_REGISTER_CONTROL_STATUS
Definition: setupapi.h:1169
WINSETUPAPI BOOL WINAPI SetupDiEnumDeviceInterfaces(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _In_ CONST GUID *, _In_ DWORD, _Out_ PSP_DEVICE_INTERFACE_DATA)
SP_DRVINFO_DETAIL_DATA_A * PSP_DRVINFO_DETAIL_DATA
Definition: setupapi.h:1166
WINSETUPAPI BOOL WINAPI SetupAddSectionToDiskSpaceListA(_In_ HDSKSPC, _In_ HINF, _In_opt_ HINF, _In_ PCSTR, _In_ UINT, _Reserved_ PVOID, _Reserved_ UINT)
WINSETUPAPI BOOL WINAPI SetupOpenAppendInfFileW(_In_opt_ PCWSTR FileName, _In_ HINF InfHandle, _Out_opt_ PUINT ErrorLine)
struct _SP_DRVINFO_DETAIL_DATA_W * PSP_DRVINFO_DETAIL_DATA_W
WINSETUPAPI BOOL WINAPI SetupRemoveInstallSectionFromDiskSpaceListA(_In_ HDSKSPC, _In_ HINF, _In_opt_ HINF, _In_ PCSTR, _Reserved_ PVOID, _Reserved_ UINT)
WINSETUPAPI BOOL WINAPI SetupUninstallOEMInfA(_In_ PCSTR InfFileName, _In_ DWORD Flags, _In_ PVOID Reserved)
struct _SP_DEVINSTALL_PARAMS_A SP_DEVINSTALL_PARAMS_A
WINSETUPAPI BOOL WINAPI SetupDiSelectBestCompatDrv(_In_ HDEVINFO, _Inout_opt_ PSP_DEVINFO_DATA)
struct _SP_DRVINFO_DATA_V2_A * PSP_DRVINFO_DATA_V2_A
SP_DRVINFO_DATA_V2 * PSP_DRVINFO_DATA
Definition: setupapi.h:1057
WINSETUPAPI BOOL WINAPI SetupDiRemoveDeviceInterface(_In_ HDEVINFO, _Inout_ PSP_DEVICE_INTERFACE_DATA)
WINSETUPAPI DWORD WINAPI SetupGetFileCompressionInfoA(_In_ PCSTR, _Out_ PSTR *, _Out_ PDWORD, _Out_ PDWORD, _Out_ PUINT)
WINSETUPAPI BOOL WINAPI SetupDiSetDeviceInstallParamsA(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _In_ PSP_DEVINSTALL_PARAMS_A)
WINSETUPAPI PVOID WINAPI SetupInitDefaultQueueCallbackEx(_In_opt_ HWND, _In_opt_ HWND, _In_ UINT, _Reserved_ DWORD, _Reserved_ PVOID)
WINSETUPAPI HPROPSHEETPAGE WINAPI SetupDiGetWizardPage(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _In_ PSP_INSTALLWIZARD_DATA, _In_ DWORD, _In_ DWORD)
WINSETUPAPI BOOL WINAPI SetupFindFirstLineA(_In_ HINF, _In_ PCSTR, _In_opt_ PCSTR, _Out_ PINFCONTEXT)
WINSETUPAPI BOOL WINAPI SetupQueryW(DWORD, PCWSTR **, PUINT)
struct _FILEPATHS_W FILEPATHS_W
struct _SP_SELECTDEVICE_PARAMS_W * PSP_SELECTDEVICE_PARAMS_W
WINSETUPAPI BOOL WINAPI SetupRemoveFileLogEntryA(_In_ HSPFILELOG, _In_opt_ PCSTR, _In_opt_ PCSTR)
WINSETUPAPI DWORD WINAPI StampFileSecurity(PCWSTR, PSECURITY_DESCRIPTOR)
Definition: misc.c:695
WINSETUPAPI BOOL WINAPI SetupInstallFileW(_In_opt_ HINF, _In_opt_ PINFCONTEXT, _In_opt_ PCWSTR, _In_opt_ PCWSTR, _In_opt_ PCWSTR, _In_ DWORD, _In_opt_ PSP_FILE_CALLBACK_W, _In_opt_ PVOID)
WINSETUPAPI BOOL WINAPI pSetupUnmapAndCloseFile(HANDLE, HANDLE, PVOID)
Definition: misc.c:664
UINT DI_FUNCTION
Definition: setupapi.h:675
struct _SP_DRVINFO_DATA_V2_W * PSP_DRVINFO_DATA_V2_W
SP_DRVINFO_DATA_V2_W * PSP_DRVINFO_DATA_W
Definition: setupapi.h:1056
WINSETUPAPI BOOL WINAPI SetupDiDestroyDeviceInfoList(_In_ HDEVINFO)
struct _SP_MOVEDEV_PARAMS SP_MOVEDEV_PARAMS
WINSETUPAPI BOOL WINAPI SetupDiGetClassDevPropertySheetsA(_In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA, _In_ LPPROPSHEETHEADERA, _In_ DWORD, _Out_opt_ PDWORD, _In_ DWORD)
WINSETUPAPI BOOL WINAPI SetupDiRegisterDeviceInfo(_In_ HDEVINFO, _Inout_ PSP_DEVINFO_DATA, _In_ DWORD, _In_opt_ PSP_DETSIG_CMPPROC, _In_opt_ PVOID, _Out_opt_ PSP_DEVINFO_DATA)
WINSETUPAPI BOOL WINAPI SetupInstallFileExW(_In_opt_ HINF, _In_opt_ PINFCONTEXT, _In_opt_ PCWSTR, _In_opt_ PCWSTR, _In_opt_ PCWSTR, _In_ DWORD, _In_opt_ PSP_FILE_CALLBACK_W, _In_opt_ PVOID, _Out_ PBOOL)
*RequiredSize PDWORD HwProfileList
Definition: setupapi.h:1776
WINSETUPAPI BOOL WINAPI SetupDiInstallDriverFiles(_In_ HDEVINFO, _In_ PSP_DEVINFO_DATA)
WINSETUPAPI PWSTR WINAPI pSetupDuplicateString(PCWSTR)
Definition: misc.c:198
struct _FILE_IN_CABINET_INFO_W FILE_IN_CABINET_INFO_W
WINSETUPAPI BOOL WINAPI SetupFreeW(PCWSTR **, UINT)
WINSETUPAPI BOOL WINAPI SetupQuerySpaceRequiredOnDriveW(_In_ HDSKSPC, _In_ PCWSTR, _Out_ LONGLONG *, _Reserved_ PVOID, _Reserved_ UINT)
struct _SP_BACKUP_QUEUE_PARAMS_A * PSP_BACKUP_QUEUE_PARAMS_A
struct _SP_POWERMESSAGEWAKE_PARAMS_W SP_POWERMESSAGEWAKE_PARAMS_W
WINSETUPAPI PSTR WINAPI pSetupUnicodeToMultiByte(PCWSTR lpUnicodeStr, UINT uCodePage)
Definition: misc.c:327
WINSETUPAPI UINT WINAPI SetupRenameErrorA(_In_ HWND, _In_opt_ PCSTR, _In_ PCSTR, _In_ PCSTR, _In_ UINT, _In_ DWORD)
_Check_return_ WINSETUPAPI HDEVINFO WINAPI SetupDiGetClassDevsW(_In_opt_ CONST GUID *, _In_opt_ PCWSTR, _In_opt_ HWND, _In_ DWORD)
WINSETUPAPI BOOL WINAPI SetupDiSetSelectedDriverW(_In_ HDEVINFO, _Inout_opt_ PSP_DEVINFO_DATA, _Inout_opt_ PSP_DRVINFO_DATA_W)
struct _SP_FILE_COPY_PARAMS_A SP_FILE_COPY_PARAMS_A
FILEPATHS_A * PFILEPATHS
Definition: setupapi.h:1147
PVOID HSTRING_TABLE
Definition: setupapi.h:677
WINSETUPAPI VOID WINAPI InstallHinfSectionW(_In_ HWND, _In_ HINSTANCE, _In_ PCWSTR, _In_ INT)
WINSETUPAPI BOOL WINAPI SetupDiSelectDevice(_In_ HDEVINFO, _Inout_opt_ PSP_DEVINFO_DATA)
struct _CABINET_INFO_A CABINET_INFO_A
struct _SP_REGISTER_CONTROL_STATUSA * PSP_REGISTER_CONTROL_STATUSA
WINSETUPAPI BOOL WINAPI SetupSetNonInteractiveMode(_In_ BOOL)
_In_ DWORD SearchControl
Definition: setupapi.h:2002
SP_DRVINFO_DATA_V2_A * PSP_DRVINFO_DATA_V2
Definition: setupapi.h:1047
_Check_return_ WINSETUPAPI HDEVINFO WINAPI SetupDiGetClassDevsA(_In_opt_ CONST GUID *, _In_opt_ PCSTR, _In_opt_ HWND, _In_ DWORD)
SP_INTERFACE_DEVICE_DETAIL_DATA_A * PSP_INTERFACE_DEVICE_DETAIL_DATA
Definition: setupapi.h:1155
_Check_return_ WINSETUPAPI HDEVINFO WINAPI SetupDiGetClassDevsExA(_In_opt_ CONST GUID *, _In_opt_ PCSTR, _In_opt_ HWND, _In_ DWORD, _In_opt_ HDEVINFO, _In_opt_ PCSTR, _Reserved_ PVOID)
SOURCE_MEDIA_A SOURCE_MEDIA
Definition: setupapi.h:1148
WINSETUPAPI BOOL WINAPI SetupDiDestroyClassImageList(_In_ PSP_CLASSIMAGELIST_DATA)
WINSETUPAPI BOOL WINAPI SetupRemoveFromDiskSpaceListW(_In_ HDSKSPC, _In_ PCWSTR, _In_ UINT, _Reserved_ PVOID, _Reserved_ UINT)
struct _SP_REMOVEDEVICE_PARAMS SP_REMOVEDEVICE_PARAMS
_Check_return_ WINSETUPAPI HKEY WINAPI SetupDiOpenClassRegKeyExA(_In_opt_ CONST GUID *, _In_ REGSAM, _In_ DWORD, _In_opt_ PCSTR, _Reserved_ PVOID)
WINSETUPAPI UINT WINAPI SetupPromptForDiskW(_In_ HWND hwndParent, _In_opt_ PCWSTR DialogTitle, _In_opt_ PCWSTR DiskName, _In_opt_ PCWSTR PathToSource, _In_ PCWSTR FileSought, _In_opt_ PCWSTR TagFile, _In_ DWORD DiskPromptStyle, _Out_writes_opt_(PathBufferSize) PWSTR PathBuffer, _In_ DWORD PathBufferSize, _Out_opt_ PDWORD PathRequiredSize)
struct _FILE_IN_CABINET_INFO_A * PFILE_IN_CABINET_INFO_A
WINSETUPAPI BOOL WINAPI SetupDiOpenDeviceInterfaceA(_In_ HDEVINFO, _In_ PCSTR, _In_ DWORD, _Out_opt_ PSP_DEVICE_INTERFACE_DATA)
WINSETUPAPI BOOL WINAPI SetupDiGetClassImageListExW(_Out_ PSP_CLASSIMAGELIST_DATA, _In_opt_ PCWSTR, _Reserved_ PVOID)
WINSETUPAPI UINT WINAPI SetupBackupErrorW(_In_ HWND, _In_opt_ PCWSTR, _In_ PCWSTR, _In_opt_ PCWSTR, _In_ UINT, _In_ DWORD)
WINSETUPAPI INT WINAPI SetupDiDrawMiniIcon(_In_ HDC, _In_ RECT, _In_ INT, _In_ DWORD)
WINSETUPAPI DWORD WINAPI SetupGetFileCompressionInfoW(_In_ PCWSTR, _Out_ PWSTR *, _Out_ PDWORD, _Out_ PDWORD, _Out_ PUINT)
*RequiredSize PDWORD _In_ DWORD _Out_ PDWORD _Out_opt_ PDWORD CurrentlyActiveIndex
Definition: setupapi.h:1779
SP_DEVICE_INTERFACE_DETAIL_DATA_A * PSP_DEVICE_INTERFACE_DETAIL_DATA
Definition: setupapi.h:1153
WINSETUPAPI BOOL WINAPI SetupInstallServicesFromInfSectionA(_In_ HINF, _In_ PCSTR, _In_ DWORD)
Definition: install.c:1636
WINSETUPAPI BOOL WINAPI pSetupStringTableGetExtraData(HSTRING_TABLE, DWORD, LPVOID, DWORD)
Definition: stringtable.c:490
WINSETUPAPI DWORD WINAPI pSetupStringTableLookUpString(HSTRING_TABLE, LPWSTR, DWORD)
Definition: stringtable.c:543
struct _SP_ALTPLATFORM_INFO_V2 SP_ALTPLATFORM_INFO_V2
struct _SP_POWERMESSAGEWAKE_PARAMS_W * PSP_POWERMESSAGEWAKE_PARAMS_W
WINSETUPAPI BOOL WINAPI SetupAddToSourceListW(_In_ DWORD, _In_ PCWSTR)
WINSETUPAPI LONG WINAPI SetupGetLineCountA(_In_ HINF, _In_ PCSTR)
struct _SP_ENABLECLASS_PARAMS SP_ENABLECLASS_PARAMS
struct _SOURCE_MEDIA_W SOURCE_MEDIA_W
WINSETUPAPI BOOL WINAPI SetupQueueDeleteA(_In_ HSPFILEQ, _In_ PCSTR, _In_opt_ PCSTR)
struct _CABINET_INFO_W * PCABINET_INFO_W
WINSETUPAPI DWORD WINAPI SetupDecompressOrCopyFileW(_In_ PCWSTR, _In_ PCWSTR, _In_opt_ PUINT)
struct _SP_DEVICE_INTERFACE_DETAIL_DATA_W * PSP_DEVICE_INTERFACE_DETAIL_DATA_W
WINSETUPAPI BOOL WINAPI pSetupGetVersionInfoFromImage(LPWSTR, PULARGE_INTEGER, LPWORD)
Definition: misc.c:1158
WINSETUPAPI BOOL WINAPI SetupDiGetClassImageList(_Out_ PSP_CLASSIMAGELIST_DATA)
struct _SP_DRVINFO_DETAIL_DATA_A SP_DRVINFO_DETAIL_DATA_A
WINSETUPAPI BOOL WINAPI SetupDiGetINFClassA(_In_ PCSTR InfName, _Out_ LPGUID ClassGuid, _Out_writes_(ClassNameSize) PSTR ClassName, _In_ DWORD ClassNameSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI BOOL WINAPI SetupInstallFromInfSectionW(_In_opt_ HWND, _In_ HINF, _In_ PCWSTR, _In_ UINT, _In_opt_ HKEY, _In_opt_ PCWSTR, _In_ UINT, _In_opt_ PSP_FILE_CALLBACK_W, _In_opt_ PVOID, _In_opt_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA)
WINSETUPAPI BOOL WINAPI SetupSetFileQueueAlternatePlatformW(_In_ HSPFILEQ, _In_opt_ PSP_ALTPLATFORM_INFO, _In_opt_ PCWSTR)
WINSETUPAPI DWORD WINAPI TakeOwnershipOfFile(PCWSTR)
Definition: misc.c:720
WINSETUPAPI BOOL WINAPI SetupDiRestartDevices(_In_ HDEVINFO, _Inout_ PSP_DEVINFO_DATA)
WINSETUPAPI BOOL WINAPI SetupLogFileA(_In_ HSPFILELOG, _In_opt_ PCSTR, _In_ PCSTR, _In_ PCSTR, _In_ DWORD, _In_opt_ PCSTR, _In_opt_ PCSTR, _In_opt_ PCSTR, _In_ DWORD)
WINSETUPAPI LPWSTR WINAPI pSetupStringTableStringFromId(HSTRING_TABLE, DWORD)
Definition: stringtable.c:722
SP_DEVICE_INTERFACE_DETAIL_DATA_W SP_INTERFACE_DEVICE_DETAIL_DATA_W
Definition: setupapi.h:863
WINSETUPAPI BOOL WINAPI SetupAddToDiskSpaceListA(_In_ HDSKSPC, _In_ PCSTR, _In_ LONGLONG, _In_ UINT, _Reserved_ PVOID, _Reserved_ UINT)
WINSETUPAPI BOOL WINAPI SetupTerminateFileLog(_In_ HSPFILELOG)
WINSETUPAPI BOOL WINAPI SetupDiGetClassDescriptionExA(_In_ CONST GUID *ClassGuid, _Out_writes_(ClassDescriptionSize) PSTR ClassDescription, _In_ DWORD ClassDescriptionSize, _Out_opt_ PDWORD RequiredSize, _In_opt_ PCSTR MachineName, _Reserved_ PVOID Reserved)
WINSETUPAPI BOOL WINAPI SetupInstallFilesFromInfSectionW(_In_ HINF, _In_opt_ HINF, _In_ HSPFILEQ, _In_ PCWSTR, _In_opt_ PCWSTR, _In_ UINT)
WINSETUPAPI BOOL WINAPI DelayedMove(PCWSTR, PCWSTR)
Definition: misc.c:482
WINSETUPAPI BOOL WINAPI SetupGetSourceInfoA(_In_ HINF InfHandle, _In_ UINT SourceId, _In_ UINT InfoDesired, _Out_writes_opt_(ReturnBufferSize) PSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
SP_DRVINFO_DATA_V2_A SP_DRVINFO_DATA_V2
Definition: setupapi.h:1047
struct _SP_FILE_COPY_PARAMS_W * PSP_FILE_COPY_PARAMS_W
struct _FILEPATHS_A FILEPATHS_A
WINSETUPAPI LONG WINAPI SetupGetLineCountW(_In_ HINF, _In_ PCWSTR)
struct _SP_DRVINFO_DATA_V1_A * PSP_DRVINFO_DATA_V1_A
struct _SP_DEVINFO_DATA SP_DEVINFO_DATA
SP_BACKUP_QUEUE_PARAMS_A * PSP_BACKUP_QUEUE_PARAMS
Definition: setupapi.h:1168
WINSETUPAPI BOOL WINAPI SetupDiBuildDriverInfoList(_In_ HDEVINFO, _Inout_opt_ PSP_DEVINFO_DATA, _In_ DWORD)
WINSETUPAPI BOOL WINAPI SetupAddInstallSectionToDiskSpaceListW(_In_ HDSKSPC, _In_ HINF, _In_opt_ HINF, _In_ PCWSTR, _Reserved_ PVOID, _Reserved_ UINT)
struct _SP_POWERMESSAGEWAKE_PARAMS_A * PSP_POWERMESSAGEWAKE_PARAMS_A
struct _SP_DEVINFO_LIST_DETAIL_DATA_A SP_DEVINFO_LIST_DETAIL_DATA_A
WINSETUPAPI HDSKSPC WINAPI SetupDuplicateDiskSpaceListA(_In_ HDSKSPC, _Reserved_ PVOID, _Reserved_ DWORD, _In_ UINT)
WINSETUPAPI LONG WINAPI QueryRegistryValue(HKEY, PCWSTR, PBYTE *, PDWORD, PDWORD)
WINSETUPAPI BOOL WINAPI SetupQueueDefaultCopyA(_In_ HSPFILEQ, _In_ HINF, _In_opt_ PCSTR, _In_ PCSTR, _In_opt_ PCSTR, _In_ DWORD)
PVOID HSPFILELOG
Definition: setupapi.h:674
WINSETUPAPI HDSKSPC WINAPI SetupCreateDiskSpaceListA(_Reserved_ PVOID, _Reserved_ DWORD, _In_ UINT)
WINSETUPAPI VOID WINAPI pSetupCenterWindowRelativeToParent(HWND)
Definition: misc.c:1108
struct _SOURCE_MEDIA_W * PSOURCE_MEDIA_W
WINSETUPAPI BOOL WINAPI SetupOpenLog(_In_ BOOL)
struct _SP_DEVICE_INTERFACE_DATA SP_DEVICE_INTERFACE_DATA
WINSETUPAPI VOID WINAPI InstallHinfSectionA(_In_ HWND, _In_ HINSTANCE, _In_ PCSTR, _In_ INT)
WINSETUPAPI BOOL WINAPI SetupFindNextLine(_In_ PINFCONTEXT, _Out_ PINFCONTEXT)
WINSETUPAPI BOOL WINAPI SetupDiGetDeviceInterfaceAlias(_In_ HDEVINFO, _In_ PSP_DEVICE_INTERFACE_DATA, _In_ CONST GUID *, _Out_ PSP_DEVICE_INTERFACE_DATA)
WINSETUPAPI BOOL WINAPI SetupDiDeleteDeviceInterfaceData(_In_ HDEVINFO, _In_ PSP_DEVICE_INTERFACE_DATA)
WINSETUPAPI BOOL WINAPI SetupDiUnremoveDevice(_In_ HDEVINFO, _Inout_ PSP_DEVINFO_DATA)
PSP_ALTPLATFORM_INFO_V1 PSP_ALTPLATFORM_INFO
Definition: setupapi.h:734
CABINET_INFO_A CABINET_INFO
Definition: setupapi.h:1149
WINSETUPAPI BOOL WINAPI SetupFindFirstLineW(_In_ HINF, _In_ PCWSTR, _In_opt_ PCWSTR, _Out_ PINFCONTEXT)
WINSETUPAPI UINT WINAPI SetupDeleteErrorA(_In_ HWND, _In_opt_ PCSTR, _In_ PCSTR, _In_ UINT, _In_ DWORD)
DWORD(CALLBACK * PSP_DETSIG_CMPPROC)(HDEVINFO, PSP_DEVINFO_DATA, PSP_DEVINFO_DATA, PVOID)
Definition: setupapi.h:1060
struct _SP_DETECTDEVICE_PARAMS SP_DETECTDEVICE_PARAMS
WINSETUPAPI BOOL WINAPI SetupDiSetSelectedDevice(_In_ HDEVINFO, _In_ PSP_DEVINFO_DATA)
WINSETUPAPI BOOL WINAPI SetupGetBackupInformationW(_In_ HSPFILEQ, _Inout_ PSP_BACKUP_QUEUE_PARAMS_W)
WINSETUPAPI BOOL WINAPI SetupCommitFileQueueA(_In_opt_ HWND, _In_ HSPFILEQ, _In_ PSP_FILE_CALLBACK_A, _In_ PVOID)
struct _SP_BACKUP_QUEUE_PARAMS_W * PSP_BACKUP_QUEUE_PARAMS_W
WINSETUPAPI BOOL WINAPI SetupQueueCopyW(_In_ HSPFILEQ, _In_opt_ PCWSTR, _In_opt_ PCWSTR, _In_ PCWSTR, _In_opt_ PCWSTR, _In_opt_ PCWSTR, _In_ PCWSTR, _In_opt_ PCWSTR, _In_ DWORD)
WINSETUPAPI BOOL WINAPI SetupQueryFileLogA(_In_ HSPFILELOG FileLogHandle, _In_opt_ PCSTR LogSectionName, _In_ PCSTR TargetFilename, _In_ SetupFileLogInfo DesiredInfo, _Out_writes_opt_(ReturnBufferSize) PSTR DataOut, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI BOOL WINAPI SetupDiGetActualSectionToInstallExA(_In_ HINF InfHandle, _In_ PCSTR InfSectionName, _In_opt_ PSP_ALTPLATFORM_INFO AlternatePlatformInfo, _Out_writes_opt_(InfSectionWithExtSize) PSTR InfSectionWithExt, _In_ DWORD InfSectionWithExtSize, _Out_opt_ PDWORD RequiredSize, _Out_opt_ PSTR *Extension, _Reserved_ PVOID Reserved)
struct _SP_DRVINFO_DATA_V2_W SP_DRVINFO_DATA_V2_W
WINSETUPAPI DWORD WINAPI CaptureStringArg(PCWSTR, PWSTR *)
Definition: misc.c:547
struct _SP_DEVICE_INTERFACE_DETAIL_DATA_A * PSP_DEVICE_INTERFACE_DETAIL_DATA_A
WINSETUPAPI BOOL WINAPI SetupDiGetClassDescriptionA(_In_ CONST GUID *ClassGuid, _Out_writes_(ClassDescriptionSize) PSTR ClassDescription, _In_ DWORD ClassDescriptionSize, _Out_opt_ PDWORD RequiredSize)
struct _SP_FILE_COPY_PARAMS_A * PSP_FILE_COPY_PARAMS_A
struct _SP_REGISTER_CONTROL_STATUSW SP_REGISTER_CONTROL_STATUSW
WINSETUPAPI DWORD WINAPI SetupGetFieldCount(_In_ PINFCONTEXT)
_In_ DWORD FieldIndex
Definition: setupapi.h:1943
struct _SP_DEVINFO_LIST_DETAIL_DATA_A * PSP_DEVINFO_LIST_DETAIL_DATA_A
WINSETUPAPI BOOL WINAPI SetupDiSetClassRegistryPropertyW(_In_ CONST GUID *ClassGuid, _In_ DWORD Property, _In_reads_bytes_opt_(PropertyBufferSize) CONST BYTE *PropertyBuffer, _In_ DWORD PropertyBufferSize, _In_opt_ PCWSTR MachineName, _Reserved_ PVOID Reserved)
WINSETUPAPI BOOL WINAPI SetupInstallFromInfSectionA(_In_opt_ HWND, _In_ HINF, _In_ PCSTR, _In_ UINT, _In_opt_ HKEY, _In_opt_ PCSTR, _In_ UINT, _In_opt_ PSP_FILE_CALLBACK_A, _In_opt_ PVOID, _In_opt_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA)
WINSETUPAPI UINT WINAPI SetupPromptForDiskA(_In_ HWND hwndParent, _In_opt_ PCSTR DialogTitle, _In_opt_ PCSTR DiskName, _In_opt_ PCSTR PathToSource, _In_ PCSTR FileSought, _In_opt_ PCSTR TagFile, _In_ DWORD DiskPromptStyle, _Out_writes_opt_(PathBufferSize) PSTR PathBuffer, _In_ DWORD PathBufferSize, _Out_opt_ PDWORD PathRequiredSize)
SP_DEVICE_INTERFACE_DATA * PSP_INTERFACE_DEVICE_DATA
Definition: setupapi.h:850
WINSETUPAPI BOOL WINAPI SetupDiClassNameFromGuidA(_In_ CONST GUID *ClassGuid, _Out_writes_(ClassNameSize) PSTR ClassName, _In_ DWORD ClassNameSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI BOOL WINAPI pSetupStringTableStringFromIdEx(HSTRING_TABLE, DWORD, LPWSTR, LPDWORD)
Definition: stringtable.c:760
WINSETUPAPI BOOL WINAPI SetupInstallFilesFromInfSectionA(_In_ HINF, _In_opt_ HINF, _In_ HSPFILEQ, _In_ PCSTR, _In_opt_ PCSTR, _In_ UINT)
WINSETUPAPI BOOL WINAPI SetupDiSelectOEMDrv(_In_opt_ HWND, _In_ HDEVINFO, _In_opt_ PSP_DEVINFO_DATA)
_In_ DWORD _In_ DWORD ReturnBufferSize
Definition: setupapi.h:1945
WINSETUPAPI BOOL WINAPI SetupLogErrorA(_In_ LPCSTR, _In_ LogSeverity)
WINSETUPAPI BOOL WINAPI SetupDiGetActualSectionToInstallW(_In_ HINF InfHandle, _In_ PCWSTR InfSectionName, _Out_writes_opt_(InfSectionWithExtSize) PWSTR InfSectionWithExt, _In_ DWORD InfSectionWithExtSize, _Out_opt_ PDWORD RequiredSize, _Out_opt_ PWSTR *Extension)
WINSETUPAPI BOOL WINAPI SetupQueueDeleteSectionW(_In_ HSPFILEQ, _In_ HINF, _In_opt_ HINF, _In_ PCWSTR)
WINSETUPAPI BOOL WINAPI SetupGetStringFieldW(_In_ PINFCONTEXT Context, _In_ DWORD FieldIndex, _Out_writes_opt_(ReturnBufferSize) PWSTR ReturnBuffer, _In_ DWORD ReturnBufferSize, _Out_opt_ PDWORD RequiredSize)
WINSETUPAPI HSTRING_TABLE WINAPI pSetupStringTableInitializeEx(DWORD, DWORD)
Definition: stringtable.c:102
WINSETUPAPI BOOL WINAPI SetupCopyOEMInfA(_In_ PCSTR SourceInfFileName, _In_opt_ PCSTR OEMSourceMediaLocation, _In_ DWORD OEMSourceMediaType, _In_ DWORD CopyStyle, _Out_writes_opt_(DestinationInfFileNameSize) PSTR DestinationInfFileName, _In_ DWORD DestinationInfFileNameSize, _Out_opt_ PDWORD RequiredSize, _Out_opt_ PSTR *DestinationInfFileNameComponent)
WINSETUPAPI BOOL WINAPI SetupDiOpenDeviceInterfaceW(_In_ HDEVINFO, _In_ PCWSTR, _In_ DWORD, _Out_opt_ PSP_DEVICE_INTERFACE_DATA)
WINSETUPAPI DWORD WINAPI pSetupStringTableAddString(HSTRING_TABLE, LPWSTR, DWORD)
Definition: stringtable.c:196
WINSETUPAPI BOOL WINAPI FileExists(PCWSTR, PWIN32_FIND_DATAW)
Definition: misc.c:502
WINSETUPAPI BOOL WINAPI SetupQueueRenameSectionA(_In_ HSPFILEQ, _In_ HINF, _In_opt_ HINF, _In_ PCSTR)
WINSETUPAPI BOOL WINAPI SetupDestroyDiskSpaceList(_Inout_ HDSKSPC)
struct _CABINET_INFO_W CABINET_INFO_W
_In_ PVOID Context
Definition: storport.h:2269
PCSTR CabinetFile
Definition: setupapi.h:779
USHORT CabinetNumber
Definition: setupapi.h:782
PCSTR CabinetPath
Definition: setupapi.h:778
USHORT SetId
Definition: setupapi.h:781
PCSTR DiskName
Definition: setupapi.h:780
USHORT CabinetNumber
Definition: setupapi.h:789
PCWSTR CabinetPath
Definition: setupapi.h:785
USHORT SetId
Definition: setupapi.h:788
PCWSTR CabinetFile
Definition: setupapi.h:786
PCWSTR DiskName
Definition: setupapi.h:787
PCSTR Source
Definition: setupapi.h:751
DWORD Flags
Definition: setupapi.h:753
PCSTR Target
Definition: setupapi.h:750
UINT Win32Error
Definition: setupapi.h:752
DWORD Flags
Definition: setupapi.h:759
UINT Win32Error
Definition: fileqsup.h:62
PCWSTR Source
Definition: fileqsup.h:61
PCWSTR Target
Definition: fileqsup.h:60
CHAR FullTargetName[MAX_PATH]
Definition: setupapi.h:798
WCHAR FullTargetName[MAX_PATH]
Definition: setupapi.h:807
HINF Inf
Definition: infsupp.h:24
UINT Line
Definition: infsupp.h:27
HINF CurrentInf
Definition: infsupp.h:25
UINT Section
Definition: infsupp.h:26
Definition: mmc.idl:376
PCSTR Description
Definition: setupapi.h:764
PCSTR SourcePath
Definition: setupapi.h:765
PCSTR SourceFile
Definition: setupapi.h:766
PCSTR Reserved
Definition: setupapi.h:762
PCWSTR Reserved
Definition: setupapi.h:770
PCWSTR Tagfile
Definition: setupapi.h:771
PCWSTR Description
Definition: setupapi.h:772
PCWSTR SourceFile
Definition: setupapi.h:774
PCWSTR SourcePath
Definition: setupapi.h:773
DWORD FirstValidatedMajorVersion
Definition: setupapi.h:729
union _SP_ALTPLATFORM_INFO_V2::@3625 DUMMYUNIONNAME
DWORD FirstValidatedMinorVersion
Definition: setupapi.h:730
CHAR FullInfPath[MAX_PATH]
Definition: setupapi.h:1111
WCHAR FullInfPath[MAX_PATH]
Definition: setupapi.h:1116
DI_FUNCTION InstallFunction
Definition: setupapi.h:907
PDETECT_PROGRESS_NOTIFY DetectProgressNotify
Definition: setupapi.h:965
SP_CLASSINSTALL_HEADER ClassInstallHeader
Definition: setupapi.h:964
ULONG_PTR Reserved
Definition: setupapi.h:841
CHAR RemoteMachineName[SP_MAX_MACHINENAME_LENGTH]
Definition: setupapi.h:870
WCHAR RemoteMachineName[SP_MAX_MACHINENAME_LENGTH]
Definition: setupapi.h:876
ULONG_PTR ClassInstallReserved
Definition: setupapi.h:889
CHAR DriverPath[MAX_PATH]
Definition: setupapi.h:891
PVOID InstallMsgHandlerContext
Definition: setupapi.h:887
PSP_FILE_CALLBACK_A InstallMsgHandler
Definition: setupapi.h:886
ULONG_PTR ClassInstallReserved
Definition: setupapi.h:901
PVOID InstallMsgHandlerContext
Definition: setupapi.h:899
PSP_FILE_CALLBACK_W InstallMsgHandler
Definition: setupapi.h:898
WCHAR DriverPath[MAX_PATH]
Definition: setupapi.h:903
CHAR MfgName[LINE_LEN]
Definition: setupapi.h:1030
CHAR ProviderName[LINE_LEN]
Definition: setupapi.h:1031
CHAR Description[LINE_LEN]
Definition: setupapi.h:1029
WCHAR ProviderName[LINE_LEN]
Definition: setupapi.h:1039
WCHAR Description[LINE_LEN]
Definition: setupapi.h:1037
WCHAR MfgName[LINE_LEN]
Definition: setupapi.h:1038
DWORDLONG DriverVersion
Definition: setupapi.h:1013
CHAR Description[LINE_LEN]
Definition: setupapi.h:1009
CHAR ProviderName[LINE_LEN]
Definition: setupapi.h:1011
CHAR MfgName[LINE_LEN]
Definition: setupapi.h:1010
WCHAR ProviderName[LINE_LEN]
Definition: setupapi.h:1021
WCHAR MfgName[LINE_LEN]
Definition: setupapi.h:1020
DWORDLONG DriverVersion
Definition: setupapi.h:1023
WCHAR Description[LINE_LEN]
Definition: setupapi.h:1019
CHAR InfFileName[MAX_PATH]
Definition: setupapi.h:1069
CHAR DrvDescription[LINE_LEN]
Definition: setupapi.h:1070
CHAR SectionName[LINE_LEN]
Definition: setupapi.h:1068
WCHAR DrvDescription[LINE_LEN]
Definition: setupapi.h:1081
WCHAR SectionName[LINE_LEN]
Definition: setupapi.h:1079
WCHAR InfFileName[MAX_PATH]
Definition: setupapi.h:1080
DWORD_PTR PrivateData
Definition: setupapi.h:1088
SP_CLASSINSTALL_HEADER ClassInstallHeader
Definition: setupapi.h:910
BYTE VersionData[ANYSIZE_ARRAY]
Definition: setupapi.h:696
WCHAR DigitalSignerVersion
Definition: setupapi.h:708
SP_CLASSINSTALL_HEADER ClassInstallHeader
Definition: setupapi.h:969
HPROPSHEETPAGE DynamicPages[MAX_INSTALLWIZARD_DYNAPAGES]
Definition: setupapi.h:971
SP_DEVINFO_DATA SourceDeviceInfoData
Definition: setupapi.h:916
SP_CLASSINSTALL_HEADER ClassInstallHeader
Definition: setupapi.h:915
SP_CLASSINSTALL_HEADER ClassInstallHeader
Definition: setupapi.h:979
HPROPSHEETPAGE DynamicPages[MAX_INSTALLWIZARD_DYNAPAGES]
Definition: setupapi.h:981
CHAR OriginalCatalogName[MAX_PATH]
Definition: setupapi.h:742
CHAR OriginalInfName[MAX_PATH]
Definition: setupapi.h:741
WCHAR OriginalCatalogName[MAX_PATH]
Definition: setupapi.h:747
WCHAR OriginalInfName[MAX_PATH]
Definition: setupapi.h:746
CHAR PowerMessageWake[LINE_LEN *2]
Definition: setupapi.h:999
SP_CLASSINSTALL_HEADER ClassInstallHeader
Definition: setupapi.h:998
WCHAR PowerMessageWake[LINE_LEN *2]
Definition: setupapi.h:1003
SP_CLASSINSTALL_HEADER ClassInstallHeader
Definition: setupapi.h:1002
SP_CLASSINSTALL_HEADER ClassInstallHeader
Definition: setupapi.h:919
PSP_DEVINFO_DATA DeviceInfoData
Definition: setupapi.h:1107
SP_CLASSINSTALL_HEADER ClassInstallHeader
Definition: setupapi.h:925
CHAR SubTitle[MAX_SUBTITLE_LEN]
Definition: setupapi.h:939
CHAR ListLabel[MAX_LABEL_LEN]
Definition: setupapi.h:938
SP_CLASSINSTALL_HEADER ClassInstallHeader
Definition: setupapi.h:935
CHAR Instructions[MAX_INSTRUCTION_LEN]
Definition: setupapi.h:937
CHAR Title[MAX_TITLE_LEN]
Definition: setupapi.h:936
WCHAR ListLabel[MAX_LABEL_LEN]
Definition: setupapi.h:946
WCHAR SubTitle[MAX_SUBTITLE_LEN]
Definition: setupapi.h:947
SP_CLASSINSTALL_HEADER ClassInstallHeader
Definition: setupapi.h:943
WCHAR Title[MAX_TITLE_LEN]
Definition: setupapi.h:944
WCHAR Instructions[MAX_INSTRUCTION_LEN]
Definition: setupapi.h:945
CHAR ChmFile[MAX_PATH]
Definition: setupapi.h:989
CHAR HtmlTroubleShooter[MAX_PATH]
Definition: setupapi.h:990
SP_CLASSINSTALL_HEADER ClassInstallHeader
Definition: setupapi.h:988
WCHAR HtmlTroubleShooter[MAX_PATH]
Definition: setupapi.h:995
WCHAR ChmFile[MAX_PATH]
Definition: setupapi.h:994
SP_CLASSINSTALL_HEADER ClassInstallHeader
Definition: setupapi.h:993
SP_CLASSINSTALL_HEADER ClassInstallHeader
Definition: setupapi.h:930
uint16_t * PWSTR
Definition: typedefs.h:56
const char * LPCSTR
Definition: typedefs.h:52
char * PSTR
Definition: typedefs.h:51
const uint16_t * PCWSTR
Definition: typedefs.h:57
const uint16_t * LPCWSTR
Definition: typedefs.h:57
uint32_t DWORD_PTR
Definition: typedefs.h:65
#define ANYSIZE_ARRAY
Definition: typedefs.h:46
uint16_t * LPWSTR
Definition: typedefs.h:56
int64_t LONGLONG
Definition: typedefs.h:68
uint16_t * LPWORD
Definition: typedefs.h:56
void * PVOID
Definition: typedefs.h:50
uint32_t * LPDWORD
Definition: typedefs.h:59
char * LPSTR
Definition: typedefs.h:51
int32_t INT
Definition: typedefs.h:58
const char * PCSTR
Definition: typedefs.h:52
uint32_t ULONG_PTR
Definition: typedefs.h:65
BOOL WINAPI SetupGetBinaryField(IN PINFCONTEXT Context, IN ULONG FieldIndex, OUT PUCHAR ReturnBuffer, IN ULONG ReturnBufferSize, OUT PULONG RequiredSize)
Definition: infsupp.c:128
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ ULONG _Out_ PVOID PropertyBuffer
Definition: wdfdevice.h:4443
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ ULONG _Out_ PVOID _Out_ PULONG RequiredSize
Definition: wdfdevice.h:4445
_Must_inspect_result_ _In_ PWDFDEVICE_INIT _In_ PCUNICODE_STRING HardwareID
Definition: wdfpdo.h:340
_Reserved_ PVOID Reserved
Definition: winddi.h:3974
#define WINAPI
Definition: msvc.h:6
ACCESS_MASK REGSAM
Definition: winreg.h:76
_In_ IN_ADDR _In_ IN_ADDR _Out_ MULTICAST_MODE_TYPE _Inout_ ULONG _Out_writes_ SourceCount IN_ADDR * SourceList
Definition: ws2tcpip.h:622
_In_ IN_ADDR _In_ IN_ADDR _Out_ MULTICAST_MODE_TYPE _Inout_ ULONG * SourceCount
Definition: ws2tcpip.h:620
unsigned char BYTE
Definition: xxhash.c:193
#define const
Definition: zconf.h:233