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