JNA API 4.0.0

com.sun.jna.platform.win32
Class WinDef.LONGLONGByReference

java.lang.Object
  extended by com.sun.jna.PointerType
      extended by com.sun.jna.ptr.ByReference
          extended by com.sun.jna.platform.win32.WinDef.LONGLONGByReference
All Implemented Interfaces:
NativeMapped
Enclosing interface:
WinDef

public static class WinDef.LONGLONGByReference
extends ByReference


Constructor Summary
WinDef.LONGLONGByReference()
           
WinDef.LONGLONGByReference(WinDef.LONGLONG value)
           
 
Method Summary
 WinDef.LONGLONG getValue()
           
 void setValue(WinDef.LONGLONG value)
           
 
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WinDef.LONGLONGByReference

public WinDef.LONGLONGByReference()

WinDef.LONGLONGByReference

public WinDef.LONGLONGByReference(WinDef.LONGLONG value)
Method Detail

setValue

public void setValue(WinDef.LONGLONG value)

getValue

public WinDef.LONGLONG getValue()

JNA API 4.0.0

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