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


org.xvolks.jnative.misc.registry
Class RegValue

java.lang.Object
  extended by org.xvolks.jnative.misc.registry.BasicRegData
      extended by org.xvolks.jnative.misc.registry.RegData
          extended by org.xvolks.jnative.misc.registry.RegValue

public class RegValue
extends RegData

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


Constructor Summary
RegValue(int sizeValueName, int sizeData)
           
 
Method Summary
 LONG getLpcValueName()
           
 Pointer getLpValueName()
           
 java.lang.String toString()
           
 
Methods inherited from class org.xvolks.jnative.misc.registry.RegData
getLpType
 
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

RegValue

public RegValue(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 RegData

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