JNA API 3.0.4

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

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

public static class W32API.WPARAM
extends W32API.UINT_PTR

See Also:
Serialized Form

Constructor Summary
W32API.WPARAM()
           
W32API.WPARAM(long value)
           
 
Method Summary
 
Methods inherited from class com.sun.jna.examples.win32.W32API.UINT_PTR
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.WPARAM

public W32API.WPARAM()

W32API.WPARAM

public W32API.WPARAM(long value)

JNA API 3.0.4

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