7 references to RegistryHandle
ComSvcConfig (7)
SafeNativeMethods.cs (7)
30
internal static readonly RegistryHandle HKEY_CLASSES_ROOT = new
RegistryHandle
(new IntPtr(unchecked((int)0x80000000)), false);
31
internal static readonly RegistryHandle HKEY_CURRENT_USER = new
RegistryHandle
(new IntPtr(unchecked((int)0x80000001)), false);
32
internal static readonly RegistryHandle HKEY_LOCAL_MACHINE = new
RegistryHandle
(new IntPtr(unchecked((int)0x80000002)), false);
33
internal static readonly RegistryHandle HKEY_USERS = new
RegistryHandle
(new IntPtr(unchecked((int)0x80000003)), false);
34
internal static readonly RegistryHandle HKEY_PERFORMANCE_DATA = new
RegistryHandle
(new IntPtr(unchecked((int)0x80000004)), false);
35
internal static readonly RegistryHandle HKEY_CURRENT_CONFIG = new
RegistryHandle
(new IntPtr(unchecked((int)0x80000005)), false);
36
internal static readonly RegistryHandle HKEY_DYN_DATA = new
RegistryHandle
(new IntPtr(unchecked((int)0x80000006)), false);