4 references to DAdvise
Microsoft.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
37
return nativeDataObject.Value->
DAdvise
(pformatetc, advf, pAdvSink, pdwConnection);
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
34
return nativeDataObject.Value->
DAdvise
(nativeFormat, (uint)advf, nativeAdviseSink, (uint*)pConnection);
Windows.Win32.IDataObject.g.cs (2)
214
/// <inheritdoc cref="
DAdvise
(winmdroot.System.Com.FORMATETC*, uint, winmdroot.System.Com.IAdviseSink*, uint*)"/>
221
winmdroot.Foundation.HRESULT __result = this.
DAdvise
(pformatetcLocal, advf, pAdvSink, pdwConnectionLocal);