IMPLTYPEFLAGS Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

public enum class IMPLTYPEFLAGS
[System.Flags]
public enum IMPLTYPEFLAGS
[System.Flags]
[System.Serializable]
public enum IMPLTYPEFLAGS
[<System.Flags>]
type IMPLTYPEFLAGS = 
[<System.Flags>]
[<System.Serializable>]
type IMPLTYPEFLAGS = 
Public Enum IMPLTYPEFLAGS
Inheritance
IMPLTYPEFLAGS
Attributes

Fields

IMPLTYPEFLAG_FDEFAULT 1

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

IMPLTYPEFLAG_FDEFAULTVTABLE 8

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

IMPLTYPEFLAG_FRESTRICTED 4

The member should not be displayed or programmable by users.

IMPLTYPEFLAG_FSOURCE 2

This member of a coclass is called rather than implemented.

Remarks

For more information, see IMPLTYPEFLAGS.

The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.

Applies to