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

Class WinDef.ULONGLONGByReference

  • All Implemented Interfaces:
    NativeMapped
    Enclosing interface:
    WinDef


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

      • ULONGLONGByReference

        public ULONGLONGByReference()
        Instantiates a new ULONGLONG by reference.
      • ULONGLONGByReference

        public ULONGLONGByReference(WinDef.ULONGLONG value)
        Instantiates a new ULONGLONG by reference.
        Parameters:
        value - the value
    • Method Detail

      • setValue

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

        public WinDef.ULONGLONG getValue()
        Gets the value.
        Returns:
        the value
JNA API 4.5.2

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