Microsoft SDK for Java

ComContext Interface

The ComContext Interface of the com.ms.com package defines constants that specify the contexts that a Component Object Model (COM) class can run in.

public interface ComContext
{
  // Fields
  public static final int INPROC_HANDLER;
  public static final int INPROC_HANDLER16;
  public static final int INPROC_HANDLERX86;
  public static final int INPROC_SERVER;
  public static final int INPROC_SERVER16;
  public static final int INPROC_SERVERX86;
  public static final int LOCAL_SERVER;
  public static final int REMOTE_SERVER;
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.