Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

These flags are defined as follows.

Syntax

#define IMPLTYPEFLAG_FDEFAULT   0x1
#define IMPLTYPEFLAG_FSOURCE	0x2
#define IMPLTYPEFLAG_FRESTRICTED   0x4
#define IMPLTYPEFLAG_FDEFAULTVTABLE   0x8

Remarks

The following table describes the constants.

Value Description

IMPLTYPEFLAG_FDEFAULT

The interface or dispinterface represents the default for the source or sink.

IMPLTYPEFLAG_FSOURCE

This member of a coclass is called rather than implemented.

IMPLTYPEFLAG_FRESTRICTED

The member should not be displayed or programmable by users.

IMPLTYPEFLAG_FDEFAULTVTABLE

Sinks receive events through the VTBL.