JNA API 3.0.3

com.sun.jna.examples.win32
Class W32API.UINT_PTR

java.lang.Object
  extended by java.lang.Number
      extended by com.sun.jna.IntegerType
          extended by com.sun.jna.examples.win32.W32API.UINT_PTR
All Implemented Interfaces:
NativeMapped, Serializable
Direct Known Subclasses:
W32API.WPARAM
Enclosing interface:
W32API

public static class W32API.UINT_PTR
extends IntegerType

See Also:
Serialized Form

Constructor Summary
W32API.UINT_PTR()
           
W32API.UINT_PTR(long value)
           
 
Method Summary
 Pointer toPointer()
           
 
Methods inherited from class com.sun.jna.IntegerType
doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

W32API.UINT_PTR

public W32API.UINT_PTR()

W32API.UINT_PTR

public W32API.UINT_PTR(long value)
Method Detail

toPointer

public Pointer toPointer()

JNA API 3.0.3

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