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