1 implementation of GetOleObject
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (1)
68HRESULT IGetOleObject.Interface.GetOleObject(Guid* riid, void** ppvObj)
3 references to GetOleObject
System.Windows.Forms.Primitives (3)
Windows.Win32.IGetOleObject.g.cs (1)
79 return __object.GetOleObject(riid, ppvObj);
Windows.Win32.System_Ole_IGetOleObject_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IGetOleObject.Interface.GetOleObject(global::System.Guid*, void**)"/> 30 winmdroot.Foundation.HRESULT __result = @this.GetOleObject(riidLocal, ppvObjLocal);