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

/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java155 int handle = WindowsRegCreateKeyEx(hKey, subKey)[NATIVE_HANDLE];
184 private static native int[] WindowsRegCreateKeyEx(int hKey, byte[] subKey); method in class:WindowsPreferences
190 int[] result = WindowsRegCreateKeyEx(hKey, subKey);
202 result = WindowsRegCreateKeyEx(hKey, subKey);

Completed in 22 milliseconds