Home
last modified time | relevance | path

Searched defs:hDestKey (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/regedit/
H A Dedit.c1847 static LONG CopyKey(HKEY hDestKey, LPCWSTR lpDestSubKey, HKEY hSrcKey, LPCWSTR lpSrcSubKey) in CopyKey()
1918 static LONG MoveKey(HKEY hDestKey, LPCWSTR lpDestSubKey, HKEY hSrcKey, LPCWSTR lpSrcSubKey) in MoveKey()
/reactos/dll/win32/shell32/
H A DCOpenWithMenu.cpp706 HKEY hKey, hSrcKey, hDestKey; in SetDefaultHandler() local