com.jniwrapper.win32.ole.types
Class RotFlags

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ay
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.win32.com.types.ComEnumeration
                      extended bycom.jniwrapper.win32.ole.types.RotFlags
All Implemented Interfaces:
IntegerParameter

public class RotFlags
extends ComEnumeration

This class contains DWORD constants used in the IRunningObjectTable::Register method.

See Also:
Microsoft COM SDK documentation

Field Summary
static int ROTFLAGS_ALLOWANYCLIENT
           
static int ROTFLAGS_REGISTRATIONKEEPSALIVE
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
RotFlags()
           
RotFlags(IntegerParameter t)
           
RotFlags(long val)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.ay
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString
 
Methods inherited from class com.jniwrapper.DelegatingParameter
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ROTFLAGS_REGISTRATIONKEEPSALIVE

public static final int ROTFLAGS_REGISTRATIONKEEPSALIVE
See Also:
Constant Field Values

ROTFLAGS_ALLOWANYCLIENT

public static final int ROTFLAGS_ALLOWANYCLIENT
See Also:
Constant Field Values
Constructor Detail

RotFlags

public RotFlags()

RotFlags

public RotFlags(long val)

RotFlags

public RotFlags(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()