Searched refs:hKeyRoot (Results 1 – 1 of 1) sorted by relevance
75 DEBUG_LOCAL OSStatus MyRegDeleteKey( HKEY hKeyRoot, LPTSTR lpSubKey ) in MyRegDeleteKey() argument86 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()