com.develop.jawin.win32
Class Registry

java.lang.Object
  |
  +--com.develop.jawin.win32.Registry
All Implemented Interfaces:
MarshalConstants

public class Registry
extends java.lang.Object
implements MarshalConstants


Field Summary
private static FuncPtr fpCK
           
private static FuncPtr fpCrK
           
private static FuncPtr fpDK
           
private static FuncPtr fpEnum
           
private static FuncPtr fpOK
           
private static FuncPtr fpQV
           
 
Fields inherited from interface com.develop.jawin.marshal.MarshalConstants
CHECK_HR, CHECK_NONE, CHECK_NULL, CHECK_W32, MARSHAL_GIT, MARSHAL_VPTR
 
Constructor Summary
Registry()
           
 
Method Summary
(package private) static void ()
           
static void CloseKey(int key)
           
static int CreateKey(int key, java.lang.String subkey)
           
static void DeleteKey(int key, java.lang.String subkey)
           
static int OpenKey(int key, java.lang.String subkey)
           
static java.lang.String QueryStringValue(int key, java.lang.String subkey)
           
static byte[] RawQueryValue(int key, java.lang.String subkey)
           
static java.lang.String RegEnumKey(int key, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

fpOK

private static final FuncPtr fpOK

fpQV

private static final FuncPtr fpQV

fpCK

private static final FuncPtr fpCK

fpCrK

private static final FuncPtr fpCrK

fpDK

private static final FuncPtr fpDK

fpEnum

private static final FuncPtr fpEnum
Constructor Detail

Registry

public Registry()
Method Detail

static void ()

OpenKey

public static int OpenKey(int key,
                          java.lang.String subkey)
                   throws java.io.IOException,
                          COMException

CreateKey

public static int CreateKey(int key,
                            java.lang.String subkey)
                     throws java.io.IOException,
                            COMException

DeleteKey

public static void DeleteKey(int key,
                             java.lang.String subkey)
                      throws java.io.IOException,
                             COMException

QueryStringValue

public static java.lang.String QueryStringValue(int key,
                                                java.lang.String subkey)
                                         throws java.io.IOException,
                                                COMException

RawQueryValue

public static byte[] RawQueryValue(int key,
                                   java.lang.String subkey)
                            throws java.io.IOException,
                                   COMException

CloseKey

public static void CloseKey(int key)
                     throws java.io.IOException,
                            COMException

RegEnumKey

public static java.lang.String RegEnumKey(int key,
                                          int index)
                                   throws java.lang.Exception


New Jawin designed by Vitally Shelest. This product includes software developed by the DevelopMentor OpenSource Project (http://www.develop.com/OpenSource).