reactos/dll/win32/setupapi
Timo Kreuzer 61e35141e8 [SETUPAPI] Use ClassInstallReserved field instead of Reserved to store a pointer.
The Reserved field is ULONG and we need ULONG_PTR. ClassInstallReserved was unused so far. I have no idea whether this is correct, but it cannot be more incorrect than what we had.
2019-04-01 22:20:39 +02:00
..
lang [TRANSLATION] Update Chinese translation. (#1227) 2019-01-08 13:42:17 +01:00
res
cfgmgr.c [SETUPAPI] Implement CM_Next_Range() 2019-03-02 20:59:12 +01:00
CMakeLists.txt [CMAKE] Allow overriding the .dll extension for delay imports in MSVC builds. 2018-01-01 19:05:30 +01:00
devclass.c [SETUPAPI] SetupDiGetClassDevPropertySheetsW: Implement adding property pages from an installer. 2018-10-23 23:11:19 +02:00
devinst.c [SETUPAPI] Use ClassInstallReserved field instead of Reserved to store a pointer. 2019-04-01 22:20:39 +02:00
dialog.c
dirid.c
diskspace.c
driver.c [SETUPAPI] Use ClassInstallReserved field instead of Reserved to store a pointer. 2019-04-01 22:20:39 +02:00
install.c
interface.c [SETUPAPI] Use ClassInstallReserved field instead of Reserved to store a pointer. 2019-04-01 22:20:39 +02:00
misc.c [SETUPAPI] Implement SetupGetNonInteractiveMode() and SetupSetNonInteractiveMode(). 2018-12-02 14:10:25 +01:00
parser.c
query.c
queue.c [SETUPAPI] Don't let LZClose() reset error code 2018-11-02 09:34:25 +01:00
resource.h
rpc.c
rpc_private.h
setupapi.rc
setupapi.spec [SETUPAPI] Add a stub for SetupDiDeleteDeviceInterfaceData to make the wine tests work. 2019-02-02 15:13:35 +01:00
setupapi_private.h [SETUPAPI] Replace the remaining internal calls to SetupDiOpenDevRegKey and SetupDiCreateDevRegKeyW by calls to SETUPDI_OpenDrvKey, SETUPDI_CreateDevKey or SETUPDI_CreateDrvKey. 2018-09-23 20:19:26 +02:00
setupcab.c
stringtable.c
stubs.c [SETUPAPI] Implement SetupGetNonInteractiveMode() and SetupSetNonInteractiveMode(). 2018-12-02 14:10:25 +01:00