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

 
Note: This API is now obsolete.

Use System.Runtime.InteropServices.ComTypes::IMPLTYPEFLAGS instead.

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

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202", 
	false)]
[FlagsAttribute]
public enum class IMPLTYPEFLAGS

Member nameDescription
IMPLTYPEFLAG_FDEFAULT

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

IMPLTYPEFLAG_FDEFAULTVTABLE

Sinks receive events through the virtual function table (VTBL).

IMPLTYPEFLAG_FRESTRICTED

The member should not be displayed or programmable by users.

IMPLTYPEFLAG_FSOURCE

This member of a coclass is called rather than implemented.

For additional information about IMPLTYPEFLAGS, see the MSDN Library.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft