com.jniwrapper.win32.com.types
Class HRefType

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

public class HRefType
extends UInt32

The HRefType class corresponds to HREFTYPE native type.

See Also:
Microsoft Automation SDK documentation

Field Summary
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
HRefType()
           
HRefType(IntegerParameter t)
           
HRefType(long value)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.UInt32
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

HRefType

public HRefType()

HRefType

public HRefType(long value)

HRefType

public HRefType(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()