22 references to IProvideClassInfo2
System.Windows.Forms.Primitives (22)
_generated\227\Windows.Win32.IProvideClassInfo2.g.cs (19)
27
:winmdroot.IVTable<
IProvideClassInfo2
,
IProvideClassInfo2
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IProvideClassInfo2
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,uint>)lpVtbl[1])((
IProvideClassInfo2
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,uint>)lpVtbl[2])((
IProvideClassInfo2
*)Unsafe.AsPointer(ref this));
60
private static winmdroot.Foundation.HRESULT GetClassInfo(
IProvideClassInfo2
* pThis, winmdroot.System.Com.ITypeInfo** ppTI)
79
((delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IProvideClassInfo2
*)Unsafe.AsPointer(ref this), ppTI).ThrowOnFailure();
95
private static winmdroot.Foundation.HRESULT GetGUID(
IProvideClassInfo2
* pThis, uint dwGuidKind, global::System.Guid* pGUID)
121
((delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,uint ,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IProvideClassInfo2
*)Unsafe.AsPointer(ref this), dwGuidKind, pGUID).ThrowOnFailure();
147
internal delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
149
internal delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,uint> AddRef_2;
151
internal delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,uint> Release_3;
153
internal delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetClassInfo_4;
155
internal delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,uint ,global::System.Guid* ,winmdroot.Foundation.HRESULT> GetGUID_5;
_generated\228\Windows.Win32.IProvideMultipleClassInfo.g.cs (1)
279
:winmdroot.System.Ole.
IProvideClassInfo2
.Interface {
_generated\515\Windows.Win32.System_Ole_IProvideClassInfo2_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.
IProvideClassInfo2
.Interface.GetGUID(uint, global::System.Guid*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetGUID(this winmdroot.System.Ole.
IProvideClassInfo2
.Interface @this, uint dwGuidKind, out global::System.Guid pGUID)