4 references to HKEY_PERFORMANCE_DATA
Microsoft.Win32.Registry (4)
Microsoft\Win32\RegistryKey.cs (4)
160Interop.Advapi32.RegCloseKey(HKEY_PERFORMANCE_DATA); 426bool isPerf = nKey == HKEY_PERFORMANCE_DATA; 462RegistryKey key = new RegistryKey(foreignHKey, true, false, true, ((IntPtr)hKey) == HKEY_PERFORMANCE_DATA, view); 679baseKey = HKEY_PERFORMANCE_DATA;