reactos/dll/win32/advapi32
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
..
misc [ADVAPI32] Implement security descriptor management in CreateProcessAsUserCommon internal function 2022-05-06 10:09:50 +02:00
reg [ADVAPI32] Unify source for vista registry functions 2023-12-18 23:14:14 +02:00
sec [ADVAPI32] Don't treat a structure pointer as a string pointer (#5478) 2023-07-27 01:58:44 +03:00
service [ADVAPI32][IDL][SERVICES] Implement I_ScValidatePnPService 2023-12-31 15:33:19 +01:00
token [ADVAPI32] Avoid excessive allocation in CheckTokenMembership. CORE-16094 2019-07-21 11:39:30 +02:00
wine [ADVAPI32] Mute frequent taskmgr logspam CORE-18521 (#5888) 2023-11-05 18:32:13 +01:00
advapi32.h [ADVAPI32] Remove buggy declaration of SystemFunction034 2022-02-21 17:34:23 +01:00
advapi32.rc Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
advapi32.spec [ADVAPI32][IDL][SERVICES] Implement I_ScValidatePnPService 2023-12-31 15:33:19 +01:00
CMakeLists.txt [ADVAPI32][SECLOGON] Start the implementation of CreateProcessWithLogonW 2022-02-21 16:38:29 +01:00