HRESULT FindConnectionPoint( REFIID riid, IConnectionPoint** ppCP );
See IConnectionPointContainer::FindConnectionPoint in the Win32 SDK.
Remarks
Retrieves an interface pointer to the connection point that supports the specified IID.
IConnectionPointContainerImpl Overview | Class Members
See Also IConnectionPointImpl