NativeMappedpublic 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, waitequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toStringpublic LONGByReference()
public LONGByReference(WinDef.LONG value)
value - the valuepublic void setValue(WinDef.LONG value)
value - the new valuepublic WinDef.LONG getValue()