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