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