Package com.sun.jna.platform.win32
Class WinDef.LONGByReference
- java.lang.Object
- 
- com.sun.jna.PointerType
- 
- com.sun.jna.ptr.ByReference
- 
- com.sun.jna.platform.win32.WinDef.LONGByReference
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped
 - Enclosing interface:
- WinDef
 
 public static class WinDef.LONGByReference extends ByReference The Class LONGByReference.
- 
- 
Constructor SummaryConstructors Constructor Description LONGByReference()Instantiates a new LONG by reference.LONGByReference(WinDef.LONG value)Instantiates a new LONG by reference.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WinDef.LONGgetValue()Gets the value.voidsetValue(WinDef.LONG value)Sets the value.- 
Methods inherited from class com.sun.jna.ptr.ByReferencetoString
 - 
Methods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
 
- 
 
- 
- 
- 
Constructor Detail- 
LONGByReferencepublic LONGByReference() Instantiates a new LONG by reference.
 - 
LONGByReferencepublic LONGByReference(WinDef.LONG value) Instantiates a new LONG by reference.- Parameters:
- value- the value
 
 
- 
 - 
Method Detail- 
setValuepublic void setValue(WinDef.LONG value) Sets the value.- Parameters:
- value- the new value
 
 - 
getValuepublic WinDef.LONG getValue() Gets the value.- Returns:
- the value
 
 
- 
 
-