Name Description Size
SandboxInitialization.cpp There is a bug in COM that causes its initialization to fail when user32.dll is loaded but Win32k lockdown is enabled. COM uses ApiSetQueryApiSetPresence to make this check. When we are under Win32k lockdown, we hook ApiSetQueryApiSetPresence and force it to tell the caller that the DLL of interest is not present. 7045
SandboxInitialization.h Initializes (if required) and returns the Chromium sandbox TargetServices. @return the TargetServices or null if the creation or initialization failed. 1663
src