NativeMappedpublic 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, waitequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toStringpublic 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()