Home
last modified time | relevance | path

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

/aoo4110/main/odk/source/com/sun/star/lib/loader/
H A DWinRegKey.java51 private static native boolean winreg_RegCloseKey( long hkey ); in winreg_RegCloseKey() method in WinRegKey
140 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 21 milliseconds