Class Advapi32Helper

java.lang.Object
cool.scx.ffm.platform.win32.helper.Advapi32Helper

public final class Advapi32Helper extends Object
简化操作 注册表 todo 代码待整理
Version:
0.0.1
Author:
scx567888
  • Constructor Details

    • Advapi32Helper

      public Advapi32Helper()
  • Method Details

    • registryGetValues

      public static TreeMap<String,Object> registryGetValues(int root, String keyPath)
    • registryGetValues

      public static TreeMap<String,Object> registryGetValues(int root, String keyPath, int samDesiredExtra)
    • registryGetValues

      public static TreeMap<String,Object> registryGetValues(int hKey)
    • registryGetIntValue

      public static int registryGetIntValue(int root, String key, String value)
    • registryGetIntValue

      public static int registryGetIntValue(int root, String key, String value, int samDesiredExtra)
    • registryGetIntValue

      public static int registryGetIntValue(int hKey, String value)
    • registrySetStringValue

      public static void registrySetStringValue(int root, String keyPath, String name, String value)
    • registrySetStringValue

      public static void registrySetStringValue(int root, String keyPath, String name, String value, int samDesiredExtra)
    • registrySetStringValue

      public static void registrySetStringValue(int hKey, String name, String value)
    • registrySetIntValue

      public static void registrySetIntValue(int root, String keyPath, String name, int value)
    • registrySetIntValue

      public static void registrySetIntValue(int root, String keyPath, String name, int value, int samDesiredExtra)
    • registrySetIntValue

      public static void registrySetIntValue(int hKey, String name, int value)
    • registryGetStringValue

      public static String registryGetStringValue(int root, String key, String value)
    • registryGetStringValue

      public static String registryGetStringValue(int root, String key, String value, int samDesiredExtra)
    • registryGetStringValue

      public static String registryGetStringValue(int hKey, String value)