This documentation is archived and is not being maintained.
IMPLTYPEFLAGS Enumeration
.NET Framework 1.1
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
Show: