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


org.xvolks.jnative.misc.basicStructures
Class WPARAM

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.WPARAM
All Implemented Interfaces:
BasicData<java.lang.Integer>

public class WPARAM
extends LONG

$Id: WPARAM.java,v 1.3 2006/01/13 17:42:35 mdenty Exp $ This software is released under the GPL.


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

Constructor Detail

WPARAM

public WPARAM(int value)

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