com.jniwrapper.win32.ole.types
Class MshCtx

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.MshCtx
All Implemented Interfaces:
IntegerParameter

public class MshCtx
extends ComEnumeration

Represents the wrapper for MSHCTX type.


Field Summary
static MshCtx DIFFERENTMACHINE
           
static MshCtx INPROC
           
static MshCtx LOCAL
           
static MshCtx NOSHAREDMEM
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
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

LOCAL

public static final MshCtx LOCAL

NOSHAREDMEM

public static final MshCtx NOSHAREDMEM

DIFFERENTMACHINE

public static final MshCtx DIFFERENTMACHINE

INPROC

public static final MshCtx INPROC
Method Detail

clone

public java.lang.Object clone()