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