SettableOleDataObject.DUnadvise(UInt32) 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.
Deletes the advise connection.
public:
virtual void DUnadvise(System::UInt32 dwConnection);
public:
void DUnadvise(unsigned int dwConnection);
void DUnadvise(unsigned int dwConnection);
public void DUnadvise (uint dwConnection);
abstract member DUnadvise : uint32 -> unit
override this.DUnadvise : uint32 -> unit
Public Sub DUnadvise (dwConnection As UInteger)
Parameters
- dwConnection
- UInt32
The token that was returned from DAdvise(FORMATETC[], UInt32, IAdviseSink, UInt32).