IDataObject.DAdvise メソッド
アセンブリ: AspNetMMCExt (aspnetmmcext.dll 内)

Function DAdvise ( _ a As IntPtr, _ b As Integer, _ c As IntPtr, _ ByRef d As Integer _ ) As Integer
Dim instance As IDataObject Dim a As IntPtr Dim b As Integer Dim c As IntPtr Dim d As Integer Dim returnValue As Integer returnValue = instance.DAdvise(a, b, c, d)
戻り値
DAdvise メソッドは、標準の戻り値である E_INVALIDARG、E_UNEXPECTED、および E_OUTOFMEMORY をサポートすると同時に、次の戻り値もサポートしています。

IDataObject インターフェイスを使用したプログラミングおよび Microsoft 管理コンソール (MMC) の詳細については、MSDN ライブラリにある『MMC Programmer's Guide』を参照してください。


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


IDataObject.DAdvise メソッド
アセンブリ: mscorcfg (mscorcfg.dll 内)

Function DAdvise ( _ a As IntPtr, _ b As UInteger, _ c As IntPtr, _ ByRef d As UInteger _ ) As Integer
Dim instance As IDataObject Dim a As IntPtr Dim b As UInteger Dim c As IntPtr Dim d As UInteger Dim value As Integer value = instance.DAdvise(a, b, c, d)
- a
- b
- c
- d


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


IDataObject.DAdvise メソッド
アセンブリ: System (system.dll 内)

Function DAdvise ( _ <InAttribute> ByRef pFormatetc As FORMATETC, _ advf As ADVF, _ adviseSink As IAdviseSink, _ <OutAttribute> ByRef connection As Integer _ ) As Integer
Dim instance As IDataObject Dim pFormatetc As FORMATETC Dim advf As ADVF Dim adviseSink As IAdviseSink Dim connection As Integer Dim returnValue As Integer returnValue = instance.DAdvise(pFormatetc, advf, adviseSink, connection)
int DAdvise ( [InAttribute] ref FORMATETC pFormatetc, ADVF advf, IAdviseSink adviseSink, out int connection )
int DAdvise ( [InAttribute] FORMATETC% pFormatetc, ADVF advf, IAdviseSink^ adviseSink, [OutAttribute] int% connection )
int DAdvise ( /** @attribute InAttribute() */ /** @ref */ FORMATETC pFormatetc, ADVF advf, IAdviseSink adviseSink, /** @attribute OutAttribute() */ /** @ref */ int connection )
- connection
このメソッドから制御が戻るときに、この接続を識別する DWORD トークンへのポインタを格納します。このトークンを後で DUnadvise に渡して、アドバイザリ コネクションを削除できます。この値が 0 の場合、接続は確立されていません。このパラメータは初期化せずに渡されます。
このメソッドは、標準の戻り値である E_INVALIDARG、E_UNEXPECTED、および E_OUTOFMEMORY をサポートすると同時に、次の値もサポートしています。

IDataObject::DAdvise の詳細については、MSDN ライブラリを参照してください。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- IDataObject.DAdviseのページへのリンク