org.jinterop.dcom.impls.automation
Interface ImplTypeFlags


public interface ImplTypeFlags

Implements the IMPLTYPEFLAGS structure of COM Automation.

Since:
2.0 (formerly IMPLTYPEFLAGS)

Field Summary
static int IMPLTYPEFLAG_FDEFAULT
          The interface or dispinterface represents the default for the source or sink.
static int IMPLTYPEFLAG_FDEFAULTVTABLE
          Sinks receive events through the VTBL.
static int IMPLTYPEFLAG_FRESTRICTED
          The member should not be displayed or programmable by users.
static int IMPLTYPEFLAG_FSOURCE
          This member of a coclass is called rather than implemented.
 

Field Detail

IMPLTYPEFLAG_FDEFAULT

static final int IMPLTYPEFLAG_FDEFAULT
The interface or dispinterface represents the default for the source or sink.

See Also:
Constant Field Values

IMPLTYPEFLAG_FSOURCE

static final int IMPLTYPEFLAG_FSOURCE
This member of a coclass is called rather than implemented.

See Also:
Constant Field Values

IMPLTYPEFLAG_FRESTRICTED

static final int IMPLTYPEFLAG_FRESTRICTED
The member should not be displayed or programmable by users.

See Also:
Constant Field Values

IMPLTYPEFLAG_FDEFAULTVTABLE

static final int IMPLTYPEFLAG_FDEFAULTVTABLE
Sinks receive events through the VTBL.

See Also:
Constant Field Values