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
The Class ULONGLONGByReference.
- 
Constructor SummaryConstructorsConstructorDescriptionInstantiates a new ULONGLONG by reference.Instantiates a new ULONGLONG by reference.
- 
Method SummaryModifier and TypeMethodDescriptiongetValue()Gets the value.voidsetValue(WinDef.ULONGLONG value) Sets the value.Methods inherited from class com.sun.jna.ptr.ByReferencetoStringMethods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
- 
Constructor Details- 
ULONGLONGByReferencepublic ULONGLONGByReference()Instantiates a new ULONGLONG by reference.
- 
ULONGLONGByReferenceInstantiates a new ULONGLONG by reference.- Parameters:
- value- the value
 
 
- 
- 
Method Details- 
setValueSets the value.- Parameters:
- value- the new value
 
- 
getValueGets the value.- Returns:
- the value
 
 
-