24 references to IProvideClassInfo2
System.Windows.Forms.Primitives (22)
Windows.Win32.IProvideClassInfo2.g.cs (19)
26
:IVTable<
IProvideClassInfo2
,
IProvideClassInfo2
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IProvideClassInfo2
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,uint>)lpVtbl[1])((
IProvideClassInfo2
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,uint>)lpVtbl[2])((
IProvideClassInfo2
*)Unsafe.AsPointer(ref this));
58
private static winmdroot.Foundation.HRESULT GetClassInfo(
IProvideClassInfo2
* pThis, winmdroot.System.Com.ITypeInfo** ppTI)
77
((delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IProvideClassInfo2
*)Unsafe.AsPointer(ref this), ppTI).ThrowOnFailure();
92
private static winmdroot.Foundation.HRESULT GetGUID(
IProvideClassInfo2
* pThis, uint dwGuidKind, global::System.Guid* pGUID)
118
((delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,uint ,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IProvideClassInfo2
*)Unsafe.AsPointer(ref this), dwGuidKind, pGUID).ThrowOnFailure();
142
internal delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
144
internal delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,uint> AddRef_2;
146
internal delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,uint> Release_3;
148
internal delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetClassInfo_4;
150
internal delegate *unmanaged [Stdcall]<
IProvideClassInfo2
*,uint ,global::System.Guid* ,winmdroot.Foundation.HRESULT> GetGUID_5;
Windows.Win32.IProvideMultipleClassInfo.g.cs (1)
272
:winmdroot.System.Ole.IProvideClassInfo.Interface,winmdroot.System.Ole.
IProvideClassInfo2
.Interface {
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)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (2)
302
HRESULT
IProvideClassInfo2
.Interface.GetClassInfo(ITypeInfo** ppTI) => HRESULT.E_NOTIMPL;
303
HRESULT
IProvideClassInfo2
.Interface.GetGUID(uint dwGuidKind, Guid* pGUID) => HRESULT.E_NOTIMPL;