reactos/win32ss
Timo Kreuzer ecf3416f49 [VIDEOPRT] Fix updating of new registry path values
CORE-17688
When a new driver is installed for the same device (like VBoxVideo), it uses the same hardware enum registry key and thus reuses the same DisplayId and the same display registry key. Therefore we need to update the setting in that key, even when the key already exists.

This seems to work good and not cause any issues, but testing indicated that on Windows some values are only updated, when the driver has changed. If neccessary, this can be achieved by updating and querying the ActiveService value in the device enum key (e.g. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\PCI\VEN_80EE&DEV_BEEF&SUSYS_00000000&REV_00\3&267a616a&0&10\Control: ActiveService). If that doesn't match the current device name (from DriverExtension->RegistryPath) the values should be copied over.
2021-07-27 14:44:14 +02:00
..
drivers [VIDEOPRT] Fix updating of new registry path values 2021-07-27 14:44:14 +02:00
gdi [WIN32K] Check if a graphics device already exists before trying to add it 2021-07-15 08:32:46 +02:00
include [IMM32] Imm(Lock|Unlock)ImeDpi and ImmSetOpenStatus (#3830) 2021-07-25 11:57:57 +09:00
printing [REACTOS] Fix a number of MSVC warnings 2021-07-23 22:03:48 +02:00
reactx [WIN32SS][NTDDRAW] Get complexity of visible region in DxEngGetDCState (#2604) 2020-05-01 15:57:11 +02:00
user [WIN32K] Fix uninitialized variable 2021-07-27 14:44:14 +02:00
CMakeLists.txt [WIN32K] Fix getting long value from float object 2021-03-31 18:35:31 +02:00
napi.h
pch.h [Win32SS] Fix build 2020-04-19 18:49:46 -05:00
sys-stubs.S
w32ksvc.db
w32ksvc.h
win32k.h
win32k.rc
win32k.spec [WIN32K] Add x64/arm exports 2021-06-12 14:11:14 +02:00
win32kp.h [WIN32K] More cleanup & improvements 2021-03-31 18:35:31 +02:00