JNative v1.3 project : see http://jnative.sf.net


org.xvolks.jnative.misc.registry
Class RegKey

java.lang.Object
  extended by org.xvolks.jnative.misc.registry.BasicRegData
      extended by org.xvolks.jnative.misc.registry.TimedRegData
          extended by org.xvolks.jnative.misc.registry.RegKey

public class RegKey
extends TimedRegData

$Id: RegKey.java,v 1.3 2006/06/05 21:22:02 mdenty Exp $ This software is released under the LGPL.


Constructor Summary
RegKey(int sizeValueName, int sizeData)
           
 
Method Summary
 LONG getLpcValueName()
           
 Pointer getLpValueName()
           
 java.lang.String toString()
           
 
Methods inherited from class org.xvolks.jnative.misc.registry.TimedRegData
getLpLastWriteTime
 
Methods inherited from class org.xvolks.jnative.misc.registry.BasicRegData
getErrorCode, getLpcbData, getLpData, setErrorCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegKey

public RegKey(int sizeValueName,
              int sizeData)
       throws NativeException
Throws:
NativeException
Method Detail

getLpcValueName

public LONG getLpcValueName()

getLpValueName

public Pointer getLpValueName()

toString

public java.lang.String toString()
Overrides:
toString in class TimedRegData

JNative v1.3 project : see http://jnative.sf.net