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
The Class UINTByReference.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new UINT by reference.UINTByReference
(WinDef.UINT value) Instantiates a new UINT by reference. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Gets the value.void
setValue
(WinDef.UINT value) Sets the value.Methods inherited from class com.sun.jna.ptr.ByReference
toString
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
-
Constructor Details
-
UINTByReference
public UINTByReference()Instantiates a new UINT by reference. -
UINTByReference
Instantiates a new UINT by reference.- Parameters:
value
- the value
-
-
Method Details
-
setValue
Sets the value.- Parameters:
value
- the new value
-
getValue
Gets the value.- Returns:
- the value
-