Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an interface pointer to the connection point that supports the specified IID.
STDMETHOD(FindConnectionPoint)(
REFIID riid,
IConnectionPoint** ppCP
);
Remarks
See IConnectionPointContainer::FindConnectionPoint in the Windows SDK.
Requirements
Header: atlcom.h
See Also
Reference
IConnectionPointContainerImpl Class