2 writes to hkcu
System (2)
net\System\Net\_AutoWebProxyScriptEngine.cs (2)
61
SafeRegistryHandle.RegOpenCurrentUser(UnsafeNclNativeMethods.RegistryHelper.KEY_READ, out
hkcu
);
350
hkcu
= null;
6 references to hkcu
System (6)
net\System\Net\_AutoWebProxyScriptEngine.cs (6)
297
builder = new RegBlobWebProxyDataBuilder(m_AutoDetector.Connectoid,
hkcu
);
347
if (
hkcu
!= null)
349
hkcu
.RegCloseKey();
428
GlobalLog.Print("AutoWebProxyScriptEngine#" + ValidationHelper.HashString(this) + "::ListenForRegistry() RegOpenCurrentUser() using hkcu:" +
hkcu
.DangerousGetHandle().ToString("x"));
429
if (
hkcu
!= null)
431
errorCode =
hkcu
.RegOpenKeyEx(subKey, 0, UnsafeNclNativeMethods.RegistryHelper.KEY_READ, out key);