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