System.Win.ComObj.TConnectionPoint.GetConnectionInterface

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

Delphi

function GetConnectionInterface(out iid: TIID): HResult; stdcall;

C++

HRESULT __stdcall GetConnectionInterface(/* out */ GUID &iid);

プロパティ

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

説明

接続 インターフェイス ID を取得します。 GetConnectionInterface は、接続ポイントのインターフェイス ID を取得します。

関連項目