System.Win.ComObj.TConnectionPoint.Unadvise

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

Delphi

function Unadvise(dwCookie: Longint): HResult; stdcall;

C++

HRESULT __stdcall Unadvise(int dwCookie);

プロパティ

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

説明

接続を閉じます。 Unadvise は、COM オブジェクト への接続を閉じます(可能な場合)。

関連項目