7 references to RegistryHandle
System.ServiceModel (7)
System\ServiceModel\ComIntegration\SafeNativeMethods.cs (7)
568
internal static readonly RegistryHandle HKEY_CLASSES_ROOT = new
RegistryHandle
(new IntPtr(unchecked((int)0x80000000)), false);
569
internal static readonly RegistryHandle HKEY_CURRENT_USER = new
RegistryHandle
(new IntPtr(unchecked((int)0x80000001)), false);
570
internal static readonly RegistryHandle HKEY_LOCAL_MACHINE = new
RegistryHandle
(new IntPtr(unchecked((int)0x80000002)), false);
571
internal static readonly RegistryHandle HKEY_USERS = new
RegistryHandle
(new IntPtr(unchecked((int)0x80000003)), false);
572
internal static readonly RegistryHandle HKEY_PERFORMANCE_DATA = new
RegistryHandle
(new IntPtr(unchecked((int)0x80000004)), false);
573
internal static readonly RegistryHandle HKEY_CURRENT_CONFIG = new
RegistryHandle
(new IntPtr(unchecked((int)0x80000005)), false);
574
internal static readonly RegistryHandle HKEY_DYN_DATA = new
RegistryHandle
(new IntPtr(unchecked((int)0x80000006)), false);