Package com.sun.jna.platform.win32
Class WinDef.ULONGLONGByReference
- java.lang.Object
- 
- com.sun.jna.PointerType
- 
- com.sun.jna.ptr.ByReference
- 
- com.sun.jna.platform.win32.WinDef.ULONGLONGByReference
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped
 - Enclosing interface:
- WinDef
 
 public static class WinDef.ULONGLONGByReference extends ByReference The Class ULONGLONGByReference.
- 
- 
Constructor SummaryConstructors Constructor Description ULONGLONGByReference()Instantiates a new ULONGLONG by reference.ULONGLONGByReference(WinDef.ULONGLONG value)Instantiates a new ULONGLONG by reference.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WinDef.ULONGLONGgetValue()Gets the value.voidsetValue(WinDef.ULONGLONG 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- 
ULONGLONGByReferencepublic ULONGLONGByReference() Instantiates a new ULONGLONG by reference.
 - 
ULONGLONGByReferencepublic ULONGLONGByReference(WinDef.ULONGLONG value) Instantiates a new ULONGLONG by reference.- Parameters:
- value- the value
 
 
- 
 - 
Method Detail- 
setValuepublic void setValue(WinDef.ULONGLONG value) Sets the value.- Parameters:
- value- the new value
 
 - 
getValuepublic WinDef.ULONGLONG getValue() Gets the value.- Returns:
- the value
 
 
- 
 
-