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