JNA API 3.1.0

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

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

public static class W32API.SSIZE_T
extends W32API.LONG_PTR

See Also:
Serialized Form

Constructor Summary
W32API.SSIZE_T()
           
W32API.SSIZE_T(long value)
           
 
Method Summary
 
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.SSIZE_T

public W32API.SSIZE_T()

W32API.SSIZE_T

public W32API.SSIZE_T(long value)

JNA API 3.1.0

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