ClipboardObject.IDataObject.DUnadvise(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a notification connection that had been previously established.
virtual void System.Runtime.InteropServices.ComTypes.IDataObject.DUnadvise(int connection) = System::Runtime::InteropServices::ComTypes::IDataObject::DUnadvise;
void IDataObject.DUnadvise (int connection);
override this.System.Runtime.InteropServices.ComTypes.IDataObject.DUnadvise : int -> unit
Sub DUnadvise (connection As Integer) Implements IDataObject.DUnadvise
Parameters
- connection
- Int32
A token that specifies the connection to remove. Use the value returned by IDataObject.DAdvise(FORMATETC[], UInt32, IAdviseSink, UInt32) when the connection was originally established.