This method of the IConnectionPointContainer interface returns a pointer to the IConnectionPoint interface of a connection point for a specified IID if that IID describes a supported outgoing interface.
public IConnectionPoint FindConnectionPoint(_Guid riid);
[in] riid | Interface identifier of the outgoing interface whose connection point object is being requested. |