IDataObjectImpl::DAdvise

HRESULT DAdvise( FORMATETC* pformatetc, DWORD advf, IAdviseSink* pAdvSink, DWORD* pdwConnection );

See IDataObject::DAdvise in the Win32 SDK.

Remarks

Establishes a connection between the data object and an advise sink. This enables the advise sink to receive notifications of changes in the object.

To terminate the connection, call DUnadvise.

IDataObjectImpl OverviewClass Members

See Also   FORMATETC, IAdviseSink