This documentation is archived and is not being maintained.
IMPLTYPEFLAG Constants
Specifies implementation type flags.
| Constant/value | Description |
- IMPLTYPEFLAG_FDEFAULT
- 0x1
|
The interface or dispinterface represents the default for the source or sink.
|
- IMPLTYPEFLAG_FSOURCE
- 0x2
|
This member of a coclass is called rather than implemented.
|
- IMPLTYPEFLAG_FRESTRICTED
- 0x4
|
The member should not be displayed or programmable by users.
|
- IMPLTYPEFLAG_FDEFAULTVTABLE
- 0x8
|
Sinks receive events through the VTBL.
|
Requirements