com.sun.jna.platform.win32
Class W32API.HRESULT

java.lang.Object
  extended by java.lang.Number
      extended by com.sun.jna.IntegerType
          extended by com.sun.jna.NativeLong
              extended by com.sun.jna.platform.win32.W32API.HRESULT
All Implemented Interfaces:
com.sun.jna.NativeMapped, java.io.Serializable
Enclosing interface:
W32API

public static class W32API.HRESULT
extends com.sun.jna.NativeLong

The HRESULT data type is a 32-bit value is used to describe an error or warning.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.jna.NativeLong
SIZE
 
Constructor Summary
W32API.HRESULT()
           
W32API.HRESULT(int 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.HRESULT

public W32API.HRESULT()

W32API.HRESULT

public W32API.HRESULT(int value)