Home
last modified time | relevance | path

Searched refs:m_hSubKey (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryw9x.cxx100 m_hSubKey, in GetSubValueCount()
125 m_hSubKey, in GetSubKeyCount()
154 m_hSubKey, i, buff, &buff_size, in GetSubKeyNames()
191 m_hSubKey, i, buff, &buff_size, in GetSubValueNames()
225 m_hSubKey, in GetValue()
275 m_hSubKey, in GetValue()
340 &m_hSubKey); in Open()
367 RegistryKey regkey(new RegistryKeyImplWin9x(m_hSubKey, Name)); in OpenSubKey()
387 HKEY hRoot = IsRootKey() ? m_hRootKey : m_hSubKey; in CreateSubKey()
437 LONG rc = RegDeleteKeyA(m_hSubKey, UnicodeToAnsiString(Name).c_str()); in DeleteSubKey()
[all …]
H A Dregistrywnt.cxx105 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()
[all …]
H A Dregistry.cxx43 m_hSubKey(0), in RegistryKeyImpl()
58 m_hSubKey(0), in RegistryKeyImpl()
69 m_hSubKey(SubKey), in RegistryKeyImpl()
104 return m_hSubKey != 0; in IsOpen()
183 if (RegCloseKey(m_hSubKey) != ERROR_SUCCESS) { in Close()
187 m_hSubKey = 0; in Close()
H A Dregistry.hxx318 HKEY m_hSubKey; member in RegistryKeyImpl