MCPcopy Create free account
hub / github.com/enthought/comtypes / IConnectionPointContainer

Class IConnectionPointContainer

comtypes/connectionpoints.py:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29class IConnectionPointContainer(IUnknown):
30 _iid_ = GUID("{B196B284-BAB4-101A-B69C-00AA00341D07}")
31 _idlflags_ = []
32
33 if TYPE_CHECKING:
34
35 def EnumConnectionPoints(self) -> "IEnumConnectionPoints": ...
36 def FindConnectionPoint(self, riid: REFIID) -> "IConnectionPoint": ...
37
38
39class IConnectionPoint(IUnknown):

Callers

nothing calls this directly

Calls 1

GUIDClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…