Searched refs:winreg_RegCloseKey (Results 1 – 1 of 1) sorted by relevance
51 private static native boolean winreg_RegCloseKey( long hkey ); in winreg_RegCloseKey() method in WinRegKey140 if ( !winreg_RegCloseKey( hroot[0] ) ) { in getValue()156 if ( !winreg_RegCloseKey( hkey[0] ) || in getValue()157 !winreg_RegCloseKey( hroot[0] ) ) { in getValue()174 if ( !winreg_RegCloseKey( hkey[0] ) || in getValue()175 !winreg_RegCloseKey( hroot[0] ) ) { in getValue()185 if ( !winreg_RegCloseKey( hkey[0] ) || in getValue()186 !winreg_RegCloseKey( hroot[0] ) ) { in getValue()
Completed in 8 milliseconds