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 Details

    • BOOLByReference

      public BOOLByReference()
      Instantiates a new BOOL by reference.
    • BOOLByReference

      public BOOLByReference(WinDef.BOOL value)
      Instantiates a new BOOL by reference.
      Parameters:
      value - the value
  • Method Details

    • setValue

      public void setValue(WinDef.BOOL value)
      Sets the value.
      Parameters:
      value - the new value
    • getValue

      public WinDef.BOOL getValue()
      Gets the value.
      Returns:
      the value