Package com.ms.com |
![]() Previous |
![]() Contents |
![]() Index |
![]() Next |
public class ComContext { // Fields public static final int INPROC_SERVER = 0x01; public static final int INPROC_HANDLER = 0x02; public static final int LOCAL_SERVER = 0x04; public static final int INPROC_SERVER16 = 0x08; public static final int REMOTE_SERVER = 0x10; public static final int INPROC_HANDLER16 = 0x20; public static final int INPROC_SERVERX86 = 0x40; public static final int INPROC_HANDLERX86 = 0x80; }
The ComContext class defines constants for use with the ILicenseMgr interface.
Each of the following constants specifies a context that a Component Object Module (COM) class is run in.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.