Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS
Assembly: System.Runtime.InteropServices
Defines the attributes of an implemented or inherited interface of a type.
Values
IMPLTYPEFLAG_FDEFAULT
The interface or dispinterface represents the default for the source or sink.
IMPLTYPEFLAG_FSOURCE
This member of a coclass is called rather than implemented.
IMPLTYPEFLAG_FRESTRICTED
The member should not be displayed or programmable by users.
IMPLTYPEFLAG_FDEFAULTVTABLE
Sinks receive events through the virtual function table (VTBL).