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


org.xvolks.jnative.misc.basicStructures
Class LRESULT

java.lang.Object
  extended by org.xvolks.jnative.misc.basicStructures.AbstractBasicData<java.lang.Integer>
      extended by org.xvolks.jnative.misc.basicStructures.LONG
          extended by org.xvolks.jnative.misc.basicStructures.LRESULT
All Implemented Interfaces:
BasicData<java.lang.Integer>

public class LRESULT
extends LONG

$Id: LRESULT.java,v 1.3 2006/06/09 20:44:05 mdenty Exp $ This software is released under the LGPL.


Field Summary
 
Fields inherited from class org.xvolks.jnative.misc.basicStructures.AbstractBasicData
mValue, offset, pointer
 
Constructor Summary
LRESULT(int value)
           
 
Method Summary
 
Methods inherited from class org.xvolks.jnative.misc.basicStructures.LONG
createPointer, getSizeOf, getValue, getValueFromPointer, setValue, sizeOf
 
Methods inherited from class org.xvolks.jnative.misc.basicStructures.AbstractBasicData
getNextByte, getNextInt, getNextLong, getNextShort, getPointer, getValueAsString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LRESULT

public LRESULT(int value)

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