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.
Caution
Use System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202
Use IMPLTYPEFLAGS instead.
This enumeration supports a bitwise combination of its member values.
public enum class IMPLTYPEFLAGS
[System.Flags]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum IMPLTYPEFLAGS
[System.Flags]
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum IMPLTYPEFLAGS
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type IMPLTYPEFLAGS =
[<System.Flags>]
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
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 additional information about IMPLTYPEFLAGS
, see the MSDN Library.