IDataObject::DAdvise Method (array<FORMATETC>^, UInt32, IAdviseSink^, UInt32)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
int DAdvise( array<FORMATETC>^ pFormatetc, unsigned int ADVF, IAdviseSink^ pAdvSink, [OutAttribute] unsigned int% pdwConnection )
Parameters
- pFormatetc
- Type: array<Microsoft.VisualStudio.OLE.Interop::FORMATETC>^
- ADVF
- Type: System::UInt32
- pAdvSink
- Type: Microsoft.VisualStudio.OLE.Interop::IAdviseSink^
- pdwConnection
- Type: System::UInt32
Return Value
Type: System::Int32For information on the COM interface, see BE9891D4-AAD3-42A0-8C8E-4B86091FF03B
Show: