public interface ImplTypeFlags
| Modifier and Type | Field and Description |
|---|---|
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.
|
static final int IMPLTYPEFLAG_FDEFAULT
static final int IMPLTYPEFLAG_FSOURCE
static final int IMPLTYPEFLAG_FRESTRICTED
static final int IMPLTYPEFLAG_FDEFAULTVTABLE
Copyright © 2017 LSST. All rights reserved.