1 implementation of GetAdvise
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
616
HRESULT IViewObject2.Interface.
GetAdvise
(uint* pAspects, uint* pAdvf, IAdviseSink** ppAdvSink)
5 references to GetAdvise
System.Windows.Forms.Primitives (5)
_generated\278\Windows.Win32.IViewObject2.g.cs (1)
242
return __object.
GetAdvise
(pAspects, pAdvf, ppAdvSink);
_generated\521\Windows.Win32.System_Ole_IViewObject2_Extensions.g.cs (4)
52
/// <inheritdoc cref="winmdroot.System.Ole.IViewObject2.Interface.
GetAdvise
(uint*, uint*, winmdroot.System.Com.IAdviseSink**)"/>
59
winmdroot.Foundation.HRESULT __result = @this.
GetAdvise
(pAspectsLocal, pAdvfLocal, ppAdvSink);
65
/// <inheritdoc cref="winmdroot.System.Ole.IViewObject2.Interface.
GetAdvise
(uint*, uint*, winmdroot.System.Com.IAdviseSink**)"/>
68
winmdroot.Foundation.HRESULT __result = @this.
GetAdvise
(default(uint* ), default(uint* ), ppAdvSink);