Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp75 DEBUG_LOCAL OSStatus MyRegDeleteKey( HKEY hKeyRoot, LPTSTR lpSubKey ) in MyRegDeleteKey() argument
86 err = RegDeleteKey( hKeyRoot, lpSubKey ); in MyRegDeleteKey()
93 err = RegOpenKeyEx( hKeyRoot, lpSubKey, 0, KEY_READ, &hKey ); in MyRegDeleteKey()
118 if ( !MyRegDeleteKey( hKeyRoot, lpSubKey ) ) in MyRegDeleteKey()
138 err = RegDeleteKey(hKeyRoot, lpSubKey); in MyRegDeleteKey()