Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMPLTYPEFLAGS Enumeration

Defines the attributes of an implemented or inherited interface of a type.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
<Flags>
<Serializable>
<ComVisible(False)>
Public Enum IMPLTYPEFLAGS
[C#]
[Flags]
[Serializable]
[ComVisible(false)]
public enum IMPLTYPEFLAGS
[C++]
[Flags]
[Serializable]
[ComVisible(false)]
__value public enum IMPLTYPEFLAGS
[JScript]
public
   Flags
 Serializable
 ComVisible(false)
enum IMPLTYPEFLAGS

Remarks

For additional information about IMPLTYPEFLAGS, see the MSDN Library.

Members

Member name Description Value
IMPLTYPEFLAG_FDEFAULT The interface or dispinterface represents the default for the source or sink. 1
IMPLTYPEFLAG_FDEFAULTVTABLE Sinks receive events through the virtual function table (VTBL). 8
IMPLTYPEFLAG_FRESTRICTED The member should not be displayed or programmable by users. 4
IMPLTYPEFLAG_FSOURCE This member of a coclass is called rather than implemented. 2

Requirements

Namespace: System.Runtime.InteropServices

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Mscorlib (in Mscorlib.dll)

See Also

System.Runtime.InteropServices Namespace

Show:
© 2017 Microsoft