reactos/dll/win32/advapi32/service
Eric Kohl f5346cbc1b [ADVAPI32][IDL][SERVICES] Implement I_ScValidatePnPService
This is actually a Vista+ function, but we need it enable umpnpmgr.dll to notify services of device events. Up until WinXP it was possible to make direct calls to the service manager by umpnpmgr.dll because umpnpmgr.dll was loaded into the service manager process. From Vista onwards umpnpmgr.dll is run as a separate service host process. And since ReactOS always ran umpnpmgr.dll as a separate process, we have to use the Vista RPC functions to notify services.
2023-12-31 15:33:19 +01:00
..
eventlog.c
rpc.c
scm.c [ADVAPI32][IDL][SERVICES] Implement I_ScValidatePnPService 2023-12-31 15:33:19 +01:00
sctrl.c [REACTOS] Add '\n' to debug logs 2022-05-04 03:28:38 +03:00
winreg.c