System.Win.ComObj.TConnectionPoint.EnumConnections

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function EnumConnections(out enumconn: IEnumConnections): HResult; stdcall;

C++

HRESULT __stdcall EnumConnections(/* out */ _di_IEnumConnections &enumconn);

プロパティ

種類 可視性 ソース ユニット
function public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TConnectionPoint

説明

接続ポイントへの接続群に対するイテレータを作成します。 EnumConnections は、成功または失敗のメッセージを返すと共に、TConnectionPoint 接続群に対するイテレータ オブジェクトを作成します。

関連項目