IDataObject::DAdvise Method
Creates a notification connection between a data object implementing the IDataObject interface and a caller object, letting the caller receive notification of changes in the data for the data object.
Assembly: AspNetMMCExt (in AspNetMMCExt.dll)
Parameters
- a
- Type: System::IntPtr
A pointer to the FORMATETC defining the format, medium, and target device for notifications.
- b
- Type: System::Int32
A ADVF value specifying the requested behavior for the connection.
- c
- Type: System::IntPtr
A pointer to the IAdviseSink on the caller object.
- d
- Type: System::Int32%
A pointer to the connection set up by this call to the DAdvise method.
Return Value
Type: System::Int32The DAdvise method supports the standard returns values E_INVALIDARG, E_UNEXPECTED, and E_OUTOFMEMORY, as well as the following return values:
Return value | Description |
|---|---|
S_OK | The DAdvise method successfully created the connection. |
E_NOTIMPL | The data object does not implement the DAdvise method. |
DV_E_LINDEX | lindex is not valid. |
DV_E_FORMATETC | The data pointer value is not valid. |
OLE_E_ADVISENOTSUPPORTED | The object does not support change notification. |
For more information about programming with the IDataObject interface and the Microsoft Management Console (MMC), see the "MMC Programmer's Guide" in the MSDN Library.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.