BExplorer.Shell.DataObject.DAdvise C# (CSharp) Method

DAdvise() public method

public DAdvise ( System.Runtime.InteropServices.ComTypes.FORMATETC &pFormatetc, ADVF advf, IAdviseSink adviseSink, int &connection ) : int
pFormatetc System.Runtime.InteropServices.ComTypes.FORMATETC
advf ADVF
adviseSink IAdviseSink
connection int
return int
        public int DAdvise(ref FORMATETC pFormatetc, ADVF advf, IAdviseSink adviseSink, out int connection)
        {
            throw Marshal.GetExceptionForHR(OLE_E_ADVISENOTSUPPORTED);
        }