22 references to IServiceProvider
Microsoft.Private.Windows.Core (22)
Windows.Win32.IDispatchEx.g.cs (6)
129
/// <inheritdoc cref="InvokeEx(int, uint, ushort, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, winmdroot.System.Com.
IServiceProvider
*)"/>
130
internal unsafe winmdroot.Foundation.HRESULT InvokeEx(int id, uint lcid, ushort wFlags, in winmdroot.System.Com.DISPPARAMS pdp, winmdroot.System.Variant.VARIANT* pvarRes, winmdroot.System.Com.EXCEPINFO* pei, winmdroot.System.Com.
IServiceProvider
* pspCaller)
139
public unsafe winmdroot.Foundation.HRESULT InvokeEx(int id, uint lcid, ushort wFlags, winmdroot.System.Com.DISPPARAMS* pdp, [Optional] winmdroot.System.Variant.VARIANT* pvarRes, [Optional] winmdroot.System.Com.EXCEPINFO* pei, [Optional] winmdroot.System.Com.
IServiceProvider
* pspCaller)
141
return ((delegate *unmanaged [Stdcall]<IDispatchEx*,int ,uint ,ushort ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,winmdroot.System.Com.
IServiceProvider
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IDispatchEx*)Unsafe.AsPointer(ref this), id, lcid, wFlags, pdp, pvarRes, pei, pspCaller);
231
internal delegate *unmanaged [Stdcall]<IDispatchEx*,int ,uint ,ushort ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,winmdroot.System.Com.
IServiceProvider
* ,winmdroot.Foundation.HRESULT> InvokeEx_9;
257
unsafe winmdroot.Foundation.HRESULT InvokeEx(int id, uint lcid, ushort wFlags, winmdroot.System.Com.DISPPARAMS* pdp, [Optional] winmdroot.System.Variant.VARIANT* pvarRes, [Optional] winmdroot.System.Com.EXCEPINFO* pei, [Optional] winmdroot.System.Com.
IServiceProvider
* pspCaller);
Windows.Win32.IServiceProvider.g.cs (12)
41
return ((delegate *unmanaged [Stdcall]<
IServiceProvider
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IServiceProvider
*)Unsafe.AsPointer(ref this), riid, ppvObject);
46
return ((delegate *unmanaged [Stdcall]<
IServiceProvider
*,uint>)lpVtbl[1])((
IServiceProvider
*)Unsafe.AsPointer(ref this));
51
return ((delegate *unmanaged [Stdcall]<
IServiceProvider
*,uint>)lpVtbl[2])((
IServiceProvider
*)Unsafe.AsPointer(ref this));
78
return ((delegate *unmanaged [Stdcall]<
IServiceProvider
*,global::System.Guid* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IServiceProvider
*)Unsafe.AsPointer(ref this), guidService, riid, ppvObject);
102
internal delegate *unmanaged [Stdcall]<
IServiceProvider
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
104
internal delegate *unmanaged [Stdcall]<
IServiceProvider
*,uint> AddRef_2;
106
internal delegate *unmanaged [Stdcall]<
IServiceProvider
*,uint> Release_3;
108
internal delegate *unmanaged [Stdcall]<
IServiceProvider
*,global::System.Guid* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryService_4;
Windows.Win32.System_Com_IServiceProvider_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Com.
IServiceProvider
.Interface.QueryService(global::System.Guid*, global::System.Guid*, void**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT QueryService(this winmdroot.System.Com.
IServiceProvider
.Interface @this, in global::System.Guid guidService, in global::System.Guid riid, out void* ppvObject)
Windows.Win32.System_Ole_IDispatchEx_Extensions.g.cs (2)
33
/// <inheritdoc cref="winmdroot.System.Ole.IDispatchEx.Interface.InvokeEx(int, uint, ushort, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, winmdroot.System.Com.
IServiceProvider
*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT InvokeEx(this winmdroot.System.Ole.IDispatchEx.Interface @this, int id, uint lcid, ushort wFlags, in winmdroot.System.Com.DISPPARAMS pdp, winmdroot.System.Variant.VARIANT* pvarRes, winmdroot.System.Com.EXCEPINFO* pei, winmdroot.System.Com.
IServiceProvider
* pspCaller)