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