public static class WinDef.UINTByReference extends ByReference
Constructor and Description |
---|
UINTByReference()
Instantiates a new UINT by reference.
|
UINTByReference(WinDef.UINT value)
Instantiates a new UINT by reference.
|
Modifier and Type | Method and Description |
---|---|
WinDef.UINT |
getValue()
Gets the value.
|
void |
setValue(WinDef.UINT value)
Sets the value.
|
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()