IMPLTYPEFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
IMPLTYPEFLAG_FDEFAULT | 1 | The interface or dispinterface represents the default for the source or sink. |
IMPLTYPEFLAG_FSOURCE | 2 | This member of a coclass is called rather than implemented. |
IMPLTYPEFLAG_FRESTRICTED | 4 | The member should not be displayed or programmable by users. |
IMPLTYPEFLAG_FDEFAULTVTABLE | 8 | Sinks receive events through the virtual function table (VTBL). |
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.