JNA API 4.0.0

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

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

public static class WinDef.USHORTByReference
extends ByReference


Constructor Summary
WinDef.USHORTByReference()
           
WinDef.USHORTByReference(WinDef.USHORT value)
           
 
Method Summary
 WinDef.USHORT getValue()
           
 void setValue(WinDef.USHORT 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.USHORTByReference

public WinDef.USHORTByReference()

WinDef.USHORTByReference

public WinDef.USHORTByReference(WinDef.USHORT value)
Method Detail

setValue

public void setValue(WinDef.USHORT value)

getValue

public WinDef.USHORT getValue()

JNA API 4.0.0

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