Searched defs:hDestKey (Results 1 – 2 of 2) sorted by relevance
1847 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()
706 HKEY hKey, hSrcKey, hDestKey; in SetDefaultHandler() local