This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub FindConnectionPoint ( _ ByRef riid As Guid&, _ ByRef ppCP As IConnectionPoint _ )
[C#] public void FindConnectionPoint ( ref Guid& riid, ref IConnectionPoint ppCP );
[C++]
HRESULT FindConnectionPoint(
System.Guid* riid,
IConnectionPoint** ppCP
);
[C++]
Parameters riid [in]
riid is a parameter of type System.Guid* ppCP [out]
ppCP is a parameter of type IConnectionPoint**
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.