com.jniwrapper.win32.com.types
Class SCode

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.ad
          extended bycom.jniwrapper.Int32
              extended bycom.jniwrapper.win32.com.types.SCode
All Implemented Interfaces:
IntegerParameter

public class SCode
extends Int32

The SCode class is used to describe errors and corresponds to SCODE native type (synonym of ULONG).

See Also:
Microsoft MAPI SDK documentation

Field Summary
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
SCode()
           
SCode(int value)
           
SCode(IntegerParameter value)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.Int32
getLength, getValue, read, setValue, write
 
Methods inherited from class com.jniwrapper.ad
equals, getDebugInfo, hashCode, toLong, toString
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SCode

public SCode()

SCode

public SCode(int value)

SCode

public SCode(IntegerParameter value)
Method Detail

clone

public java.lang.Object clone()