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