This topic has not yet been rated - Rate this topic

IDataObject.DAdvise Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
int DAdvise(
	FORMATETC[] pFormatetc,
	uint ADVF,
	IAdviseSink pAdvSink,
	out uint pdwConnection
)

Parameters

pFormatetc
Type: Microsoft.VisualStudio.OLE.Interop.FORMATETC[]
ADVF
Type: UInt32
pAdvSink
Type: Microsoft.VisualStudio.OLE.Interop.IAdviseSink
pdwConnection
Type: UInt32

Return Value

Type: Int32

For information on the COM interface, see IDataObject::DAdvise

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.