IDataObject.DAdvise Method
Visual Studio 2012
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: Int32For information on the COM interface, see IDataObject::DAdvise
- 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.