JNA API 4.5.0-SNAPSHOT

Class WinDef.LONGByReference

  • All Implemented Interfaces:
    NativeMapped
    Enclosing interface:
    WinDef


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

      • LONGByReference

        public LONGByReference​()
        Instantiates a new LONG by reference.
      • LONGByReference

        public LONGByReference​(WinDef.LONG value)
        Instantiates a new LONG by reference.
        Parameters:
        value - the value
    • Method Detail

      • setValue

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

        public WinDef.LONG getValue​()
        Gets the value.
        Returns:
        the value
JNA API 4.5.0-SNAPSHOT

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