Searched refs:m_phKeys (Results 1 – 1 of 1) sorted by relevance
274 RegKeyHandle* m_phKeys; member in RegistryKeyArray683 , m_phKeys(NULL) in RegistryKeyArray()689 if (m_phKeys) in ~RegistryKeyArray()690 m_registry.m_pApi->closeSubKeys(m_phKeys, m_length); in ~RegistryKeyArray()696 return RegistryKey(m_registry, m_phKeys[index]); in getElement()710 m_phKeys = phKeys; in setKeyHandles()717 if (m_registry.isValid() && m_phKeys) in closeKeyHandles()720 ret = m_registry.m_pApi->closeSubKeys(m_phKeys, m_length); in closeKeyHandles()723 m_phKeys = NULL; in closeKeyHandles()
Completed in 16 milliseconds