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