Home
last modified time | relevance | path

Searched refs:IsHive (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DRegistryKey.h61 static BOOL IsHive(HKEY hKey);
H A DRegistryKey.cpp132 if((m_hKey != NULL)&&(!IsHive(m_hKey))) in Uninit()
140 BOOL CRegistryKey::IsHive(HKEY hKey) in IsHive() function in CRegistryKey