Searched refs:MyRegDeleteKey (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DControlPanelExe.cpp72 // MyRegDeleteKey
75 DEBUG_LOCAL OSStatus MyRegDeleteKey( HKEY hKeyRoot, LPTSTR lpSubKey ) function
118 if ( !MyRegDeleteKey( hKeyRoot, lpSubKey ) )
236 MyRegDeleteKey( HKEY_LOCAL_MACHINE, keyName );
239 MyRegDeleteKey( HKEY_CLASSES_ROOT, keyName );
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerPlugin.cpp61 DEBUG_LOCAL OSStatus MyRegDeleteKey( HKEY hKeyRoot, LPTSTR lpSubKey );
498 MyRegDeleteKey( HKEY_CLASSES_ROOT, keyName );
519 MyRegDeleteKey( HKEY_LOCAL_MACHINE, keyName );
528 // MyRegDeleteKey
531 DEBUG_LOCAL OSStatus MyRegDeleteKey( HKEY hKeyRoot, LPTSTR lpSubKey ) function
574 if ( !MyRegDeleteKey( hKeyRoot, lpSubKey ) )

Completed in 74 milliseconds