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