Class WindowsRegistryFunctions
java.lang.Object
net.rubygrapefruit.platform.internal.jni.WindowsRegistryFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getStringValue
(int key, String subkey, String value, FunctionResult result) static boolean
getSubkeys
(int key, String subkey, List<String> subkeys, FunctionResult result) static boolean
getValueNames
(int key, String subkey, List<String> names, FunctionResult result)
-
Constructor Details
-
WindowsRegistryFunctions
public WindowsRegistryFunctions()
-
-
Method Details
-
getStringValue
-
getSubkeys
public static boolean getSubkeys(int key, String subkey, List<String> subkeys, FunctionResult result) -
getValueNames
public static boolean getValueNames(int key, String subkey, List<String> names, FunctionResult result)
-