Skip navigation links
JNA API 4.4.0
com.sun.jna.platform.win32

Class WinDef.BOOLByReference

  • All Implemented Interfaces:
    NativeMapped
    Enclosing interface:
    WinDef


    public static class WinDef.BOOLByReference
    extends ByReference
    The Class BOOLByReference.
    • Constructor Detail

      • 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 Detail

      • 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
JNA API 4.4.0

Copyright © 2007-2016 Timothy Wall. All Rights Reserved.