18 references to ISupportErrorInfo
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
873using var iSupportErrorInfo = dispatch.TryQuery<ISupportErrorInfo>(out hr);
System.Windows.Forms.Primitives (17)
_generated\247\Windows.Win32.ISupportErrorInfo.g.cs (15)
26 :winmdroot.IVTable<ISupportErrorInfo,ISupportErrorInfo.Vtbl>,IComIID { 43 return ((delegate *unmanaged [Stdcall]<ISupportErrorInfo*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((ISupportErrorInfo*)Unsafe.AsPointer(ref this), riid, ppvObject); 48 return ((delegate *unmanaged [Stdcall]<ISupportErrorInfo*,uint>)lpVtbl[1])((ISupportErrorInfo*)Unsafe.AsPointer(ref this)); 53 return ((delegate *unmanaged [Stdcall]<ISupportErrorInfo*,uint>)lpVtbl[2])((ISupportErrorInfo*)Unsafe.AsPointer(ref this)); 70 private static winmdroot.Foundation.HRESULT InterfaceSupportsErrorInfo(ISupportErrorInfo* pThis, global::System.Guid* riid) 102 return ((delegate *unmanaged [Stdcall]<ISupportErrorInfo*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ISupportErrorInfo*)Unsafe.AsPointer(ref this), riid); 128 internal delegate *unmanaged [Stdcall]<ISupportErrorInfo*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 130 internal delegate *unmanaged [Stdcall]<ISupportErrorInfo*,uint> AddRef_2; 132 internal delegate *unmanaged [Stdcall]<ISupportErrorInfo*,uint> Release_3; 134 internal delegate *unmanaged [Stdcall]<ISupportErrorInfo*,global::System.Guid* ,winmdroot.Foundation.HRESULT> InterfaceSupportsErrorInfo_4;
_generated\484\Windows.Win32.System_Com_ISupportErrorInfo_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Com.ISupportErrorInfo.Interface.InterfaceSupportsErrorInfo(global::System.Guid*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT InterfaceSupportsErrorInfo(this winmdroot.System.Com.ISupportErrorInfo.Interface @this, in global::System.Guid riid)