Class WinDef.DWORDByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.platform.win32.WinDef.DWORDByReference
- All Implemented Interfaces:
NativeMapped
- Direct Known Subclasses:
OaIdl.HREFTYPEByReference
- Enclosing interface:
WinDef
The Class DWORDByReference.
- Author:
- dblock[at]dblock.org
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new dWOR dby reference.DWORDByReference(WinDef.DWORD value) Instantiates a new dWOR dby reference. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Gets the value.voidsetValue(WinDef.DWORD value) Sets the value.Methods inherited from class ByReference
toStringMethods inherited from class PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
-
Constructor Details
-
DWORDByReference
public DWORDByReference()Instantiates a new dWOR dby reference. -
DWORDByReference
Instantiates a new dWOR dby reference.- Parameters:
value- the value
-
-
Method Details
-
setValue
-
getValue
-