Lines Matching refs:m_hSubKey
105 m_hSubKey, in GetSubValueCount()
130 m_hSubKey, in GetSubKeyCount()
159 m_hSubKey, i, buff, &buff_size, in GetSubKeyNames()
200 m_hSubKey, i, buff, &buff_size, in GetSubValueNames()
238 m_hSubKey, in GetValue()
288 m_hSubKey, in GetValue()
353 &m_hSubKey); in Open()
380 RegistryKey regkey(new RegistryKeyImplWinNT(m_hSubKey, Name)); in OpenSubKey()
400 HKEY hRoot = IsRootKey() ? m_hRootKey : m_hSubKey; in CreateSubKey()
450 LONG rc = RegDeleteKeyW(m_hSubKey, Name.c_str()); in DeleteSubKey()
472 ImplDeleteSubKeyTree(m_hSubKey, Name); in DeleteSubKeyTree()
570 m_hSubKey, in DeleteValue()
598 m_hSubKey, in SetValue()