JNA API 4.0.0

com.sun.jna.platform.win32
Class BaseTSD.ULONG_PTRByReference

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

public static class BaseTSD.ULONG_PTRByReference
extends ByReference

PULONG_PTR


Constructor Summary
BaseTSD.ULONG_PTRByReference()
           
BaseTSD.ULONG_PTRByReference(BaseTSD.ULONG_PTR value)
           
 
Method Summary
 BaseTSD.ULONG_PTR getValue()
           
 void setValue(BaseTSD.ULONG_PTR 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

BaseTSD.ULONG_PTRByReference

public BaseTSD.ULONG_PTRByReference()

BaseTSD.ULONG_PTRByReference

public BaseTSD.ULONG_PTRByReference(BaseTSD.ULONG_PTR value)
Method Detail

setValue

public void setValue(BaseTSD.ULONG_PTR value)

getValue

public BaseTSD.ULONG_PTR getValue()

JNA API 4.0.0

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