Package com.sun.jna.platform.win32
Klasse WinDef.UINTByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.platform.win32.WinDef.UINTByReference
- Alle implementierten Schnittstellen:
NativeMapped
- Umschließende Schnittstelle:
WinDef
The Class UINTByReference.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInstantiates a new UINT by reference.UINTByReference
(WinDef.UINT value) Instantiates a new UINT by reference. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetValue()
Gets the value.void
setValue
(WinDef.UINT value) Sets the value.Von Klasse geerbte Methoden com.sun.jna.ptr.ByReference
toString
Von Klasse geerbte Methoden com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
-
Konstruktordetails
-
UINTByReference
public UINTByReference()Instantiates a new UINT by reference. -
UINTByReference
Instantiates a new UINT by reference.- Parameter:
value
- the value
-
-
Methodendetails
-
setValue
Sets the value.- Parameter:
value
- the new value
-
getValue
Gets the value.- Gibt zurück:
- the value
-