Home
last modified time | relevance | path

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

/reactos/dll/win32/advapi32/reg/
H A Dreg.c4954 RegSetValueA(HKEY hKeyOriginal, in RegSetValueA() argument
4965 …TRACE("(%p,%s,%d,%s,%d)\n", hKeyOriginal, debugstr_a(lpSubKey), dwType, debugstr_a(lpData), cbData… in RegSetValueA()
4969 Status = MapDefaultKey(&hKey, hKeyOriginal); in RegSetValueA()
5000 RegSetValueW(HKEY hKeyOriginal, in RegSetValueW() argument
5011 …TRACE("(%p,%s,%d,%s,%d)\n", hKeyOriginal, debugstr_w(lpSubKey), dwType, debugstr_w(lpData), cbData… in RegSetValueW()
5017 hKeyOriginal); in RegSetValueW()