com.jniwrapper.win32.com
Class CoInit

java.lang.Object
  extended bycom.jniwrapper.util.EnumItem
      extended bycom.jniwrapper.win32.com.CoInit

public final class CoInit
extends EnumItem

This enumeration determines the concurrency model used for incoming calls to objects created by this thread.

See Also:
Microsoft COM SDK documentation

Field Summary
static CoInit APARTMENTTHREADED
           
static CoInit DISABLE_OLE1DDE
           
static CoInit MULTITHREADED
           
static CoInit SPEED_OVER_MEMORY
           
 
Method Summary
 CoInit and(CoInit value)
           
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULTITHREADED

public static CoInit MULTITHREADED

APARTMENTTHREADED

public static CoInit APARTMENTTHREADED

DISABLE_OLE1DDE

public static CoInit DISABLE_OLE1DDE

SPEED_OVER_MEMORY

public static CoInit SPEED_OVER_MEMORY
Method Detail

and

public CoInit and(CoInit value)