Package com.sun.jna.platform.win32
Class WinDef.BOOLByReference
- java.lang.Object
- 
- com.sun.jna.PointerType
- 
- com.sun.jna.ptr.ByReference
- 
- com.sun.jna.platform.win32.WinDef.BOOLByReference
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped
 - Enclosing interface:
- WinDef
 
 public static class WinDef.BOOLByReference extends ByReference The Class BOOLByReference.
- 
- 
Constructor SummaryConstructors Constructor Description BOOLByReference()Instantiates a new BOOL by reference.BOOLByReference(WinDef.BOOL value)Instantiates a new BOOL by reference.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WinDef.BOOLgetValue()Gets the value.voidsetValue(WinDef.BOOL value)Sets the value.- 
Methods inherited from class com.sun.jna.ptr.ByReferencetoString
 - 
Methods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
 
- 
 
- 
- 
- 
Constructor Detail- 
BOOLByReferencepublic BOOLByReference() Instantiates a new BOOL by reference.
 - 
BOOLByReferencepublic BOOLByReference(WinDef.BOOL value) Instantiates a new BOOL by reference.- Parameters:
- value- the value
 
 
- 
 - 
Method Detail- 
setValuepublic void setValue(WinDef.BOOL value) Sets the value.- Parameters:
- value- the new value
 
 - 
getValuepublic WinDef.BOOL getValue() Gets the value.- Returns:
- the value
 
 
- 
 
-