NativeMapped
public static class WinDef.LONGByReference extends ByReference
Constructor | Description |
---|---|
LONGByReference() |
Instantiates a new LONG by reference.
|
LONGByReference(WinDef.LONG value) |
Instantiates a new LONG by reference.
|
Modifier and Type | Method | Description |
---|---|---|
WinDef.LONG |
getValue() |
Gets the value.
|
void |
setValue(WinDef.LONG value) |
Sets the value.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
public LONGByReference()
public LONGByReference(WinDef.LONG value)
value
- the valuepublic void setValue(WinDef.LONG value)
value
- the new valuepublic WinDef.LONG getValue()