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


org.xvolks.jnative.misc.registry
Class BasicRegData

java.lang.Object
  extended by org.xvolks.jnative.misc.registry.BasicRegData
Direct Known Subclasses:
RegData, TimedRegData

public abstract class BasicRegData
extends java.lang.Object

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


Constructor Summary
protected BasicRegData(int sizeData)
           
 
Method Summary
 int getErrorCode()
           
 LONG getLpcbData()
           
 Pointer getLpData()
           
 void setErrorCode(int errorCode)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicRegData

protected BasicRegData(int sizeData)
                throws NativeException
Throws:
NativeException
Method Detail

getLpcbData

public LONG getLpcbData()

getLpData

public Pointer getLpData()

getErrorCode

public int getErrorCode()

setErrorCode

public void setErrorCode(int errorCode)

toString

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

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