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