Class Advapi32Helper
java.lang.Object
cool.scx.ffm.platform.win32.helper.Advapi32Helper
简化操作 注册表
todo 代码待整理
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intregistryGetIntValue(int hKey, String value) static intregistryGetIntValue(int root, String key, String value) static intregistryGetIntValue(int root, String key, String value, int samDesiredExtra) static StringregistryGetStringValue(int hKey, String value) static StringregistryGetStringValue(int root, String key, String value) static StringregistryGetStringValue(int root, String key, String value, int samDesiredExtra) registryGetValues(int hKey) registryGetValues(int root, String keyPath) registryGetValues(int root, String keyPath, int samDesiredExtra) static voidregistrySetIntValue(int hKey, String name, int value) static voidregistrySetIntValue(int root, String keyPath, String name, int value) static voidregistrySetIntValue(int root, String keyPath, String name, int value, int samDesiredExtra) static voidregistrySetStringValue(int hKey, String name, String value) static voidregistrySetStringValue(int root, String keyPath, String name, String value) static voidregistrySetStringValue(int root, String keyPath, String name, String value, int samDesiredExtra)
-
Constructor Details
-
Advapi32Helper
public Advapi32Helper()
-
-
Method Details
-
registryGetValues
-
registryGetValues
-
registryGetValues
-
registryGetIntValue
-
registryGetIntValue
-
registryGetIntValue
-
registrySetStringValue
-
registrySetStringValue
-
registrySetStringValue
-
registrySetIntValue
-
registrySetIntValue
-
registrySetIntValue
-
registryGetStringValue
-
registryGetStringValue
-
registryGetStringValue
-