¡@

Home 

java Programming Glossary: reg_success

read/write to Windows Registry using Java

http://stackoverflow.com/questions/62289/read-write-to-windows-registry-using-java

int HKEY_LOCAL_MACHINE 0x80000002 public static final int REG_SUCCESS 0 public static final int REG_NOTFOUND 2 public static final.. else throw new IllegalArgumentException hkey hkey if ret 1 REG_SUCCESS throw new IllegalArgumentException rc ret 1 key key Write a.. HKEY_CURRENT_USER rc deleteKey userRoot hkey key if rc REG_SUCCESS throw new IllegalArgumentException rc rc key key delete a value..