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)
Windows.Win32.ISupportErrorInfo.g.cs (15)
25 :IVTable<ISupportErrorInfo,ISupportErrorInfo.Vtbl>,IComIID { 41 return ((delegate *unmanaged [Stdcall]<ISupportErrorInfo*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((ISupportErrorInfo*)Unsafe.AsPointer(ref this), riid, ppvObject); 46 return ((delegate *unmanaged [Stdcall]<ISupportErrorInfo*,uint>)lpVtbl[1])((ISupportErrorInfo*)Unsafe.AsPointer(ref this)); 51 return ((delegate *unmanaged [Stdcall]<ISupportErrorInfo*,uint>)lpVtbl[2])((ISupportErrorInfo*)Unsafe.AsPointer(ref this)); 67 private static winmdroot.Foundation.HRESULT InterfaceSupportsErrorInfo(ISupportErrorInfo* pThis, global::System.Guid* riid) 99 return ((delegate *unmanaged [Stdcall]<ISupportErrorInfo*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ISupportErrorInfo*)Unsafe.AsPointer(ref this), riid); 123 internal delegate *unmanaged [Stdcall]<ISupportErrorInfo*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 125 internal delegate *unmanaged [Stdcall]<ISupportErrorInfo*,uint> AddRef_2; 127 internal delegate *unmanaged [Stdcall]<ISupportErrorInfo*,uint> Release_3; 129 internal delegate *unmanaged [Stdcall]<ISupportErrorInfo*,global::System.Guid* ,winmdroot.Foundation.HRESULT> InterfaceSupportsErrorInfo_4;
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)