UCOMIConnectionPointContainer.FindConnectionPoint メソッド

定義

接続可能なオブジェクトに特定の IID の接続ポイントがあるかどうかを確認し、存在する場合は、その接続ポイントへの IConnectionPoint インターフェイス ポインターを返します。

public:
 void FindConnectionPoint(Guid % riid, [Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIConnectionPoint ^ % ppCP);
public void FindConnectionPoint(ref Guid riid, out System.Runtime.InteropServices.UCOMIConnectionPoint ppCP);
abstract member FindConnectionPoint : Guid * UCOMIConnectionPoint -> unit
Public Sub FindConnectionPoint (ByRef riid As Guid, ByRef ppCP As UCOMIConnectionPoint)

パラメーター

riid
Guid

接続ポイントが要求されている発信インターフェイス IID への参照。

ppCP
UCOMIConnectionPoint

正常に戻った場合は、送信インターフェイスの riidを管理する接続ポイントが含まれます。

注釈

詳細については、MSDN ライブラリの IConnectionPointContainer::FindConnectionPoint に関する既存のドキュメントを参照してください。

適用対象